source: server/common/oursrc/execsys/Makefile.in @ 56

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