source: server/common/oursrc/lockeradm/Makefile.in @ 36

Last change on this file since 36 was 36, checked in by jbarnold, 17 years ago
Improved package dependency tracking
File size: 197 bytes
RevLine 
[1]1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
4
5all-local: signup-scripts-frontend
6
7signup-scripts-frontend:
8        $(CC) $(CFLAGS) -o $@ signup-scripts-frontend.c
9
10clean:
11        rm -f signup-scripts-frontend
Note: See TracBrowser for help on using the repository browser.