source:
trunk/icedtea-web/tests/softkiller/Makefile
| Last change on this file was 427, checked in by , 11 years ago | |
|---|---|
| File size: 188 bytes | |
| Line | |
|---|---|
| 1 | # we need c99 because of snprintf function! |
| 2 | # (this function does not exist in C89/ANSI C) |
| 3 | |
| 4 | softkiller: softkiller.c |
| 5 | $(CC) -Wall -pedantic -std=c99 -o $@ $< -lX11 |
| 6 | |
| 7 | clean: |
| 8 | rm softkiller |
| 9 |
Note:
See TracBrowser
for help on using the repository browser.
