Parent Directory
|
Revision Log
Add target for httplint.zip.
| 1 | james | 51 | httplint: httplint.c |
| 2 | $(CC) -W -Wall `curl-config --cflags --libs` -O -o $@ $^ | ||
| 3 | |||
| 4 | !HTTPlint/httplint,ff8: httplint.c | ||
| 5 | /riscos/bin/gcc -W -Wall -I/riscos/include -L/riscos/lib -lcurl -lares -lz -lssl -lcrypto -O -o $@ $^ | ||
| 6 | |||
| 7 | james | 60 | httplint.zip: !HTTPlint/httplint,ff8 |
| 8 | -rm $@ | ||
| 9 | /riscos/bin/zip -9vr, $@ !HTTPlint -x !HTTPlint/CVS/ !HTTPlint/CVS/* | ||
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |