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