source:
server/common/oursrc/lockeradm/Makefile.in
@
36
Last change on this file since 36 was 36, checked in by jbarnold, 18 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
1 | CC = @CC@ |
2 | CFLAGS = @CFLAGS@ |
3 | prefix = @prefix@ |
4 | |
5 | all-local: signup-scripts-frontend |
6 | |
7 | signup-scripts-frontend: |
8 | $(CC) $(CFLAGS) -o $@ signup-scripts-frontend.c |
9 | |
10 | clean: |
11 | rm -f signup-scripts-frontend |
Note: See TracBrowser
for help on using the repository browser.