source:
trunk/sandbox/syck-parser/Makefile
@
2
| Revision 2, 290 bytes checked in by xi, 8 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | .PHONY: default clean |
| 3 | |
| 4 | default: syck-parser |
| 5 | |
| 6 | clean: |
| 7 | rm -f syck-parser |
| 8 | rm -f syck-parser.o |
| 9 | |
| 10 | syck-parser: syck-parser.o |
| 11 | gcc syck-parser.o -o syck-parser -lsyck -L${HOME}/lib -Wall -Wstrict-prototypes |
| 12 | |
| 13 | syck-parser.o: syck-parser.c |
| 14 | gcc -c syck-parser.c -o syck-parser.o -I${HOME}/include |
| 15 |
Note: See TracBrowser
for help on using the repository browser.
