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