source: trunk/icedtea-web/tests/softkiller/Makefile

Last change on this file was 427, checked in by dmik, 11 years ago

icedtea-web: Import version 1.5.1 from vendor.

File size: 188 bytes
Line 
1# we need c99 because of snprintf function!
2# (this function does not exist in C89/ANSI C)
3
4softkiller: softkiller.c
5 $(CC) -Wall -pedantic -std=c99 -o $@ $< -lX11
6
7clean:
8 rm softkiller
9
Note: See TracBrowser for help on using the repository browser.