source:
server/common/oursrc/execsys/Makefile.in
@
67
Last change on this file since 67 was 36, checked in by jbarnold, 17 years ago | |
---|---|
File size: 190 bytes |
Line | |
---|---|
1 | CC = @CC@ |
2 | CFLAGS = @CFLAGS@ |
3 | |
4 | all-local: staticsys-cat update |
5 | |
6 | staticsys-cat: update |
7 | $(CC) $(CFLAGS) -o $@ staticsys-cat.c |
8 | |
9 | update: |
10 | @UPD_VARS@ perl upd-execsys |
11 | |
12 | clean: |
13 | rm -f staticsys-cat |
Note: See TracBrowser
for help on using the repository browser.