Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 36 | Rev 38 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | PRG=filefind |
1 | PRG=filefind |
2 | SRC=$(PRG).c |
2 | SRC=$(PRG).c |
3 | DIR=/var/tmp |
3 | DIR=/var/tmp |
4 | .PHONY: clean test cleantest |
4 | .PHONY: clean test cleantest |
5 | 5 | ||
- | 6 | all: test |
|
- | 7 | ||
6 | $(PRG): checkfiles.h $(SRC) |
8 | $(PRG): checkfiles.h $(SRC) |
7 | @echo "INFO: Building $@ from $^" |
9 | @echo "INFO: Building $@ from $^" |
8 | $(CC) $@.c -o $@ |
10 | $(CC) $@.c -o $@ |
9 | 11 | ||
10 | clean: |
12 | clean: |