source:
experiments/bulk_parse/Makefile
@
16
Revision 16, 106 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | bulk_parse : bulk_parse.c |
2 | gcc -Wall bulk_parse.c -o bulk_parse | |
3 | ||
4 | .PHONY: clean | |
5 | ||
6 | clean : | |
7 | rm bulk_parse |
Note: See TracBrowser
for help on using the repository browser.