source:
nikanabo/current/xdelta/diy/examples/Makefile@
1193
Last change on this file since 1193 was 185, checked in by , 17 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | CFLAGS = -g -Wall -I .. |
2 | |
3 | SOURCES = small_page_test.c |
4 | |
5 | small_page_test: $(SOURCES) |
6 | $(CC) $(CFLAGS) small_page_test.c -o small_page_test -DXD3_USE_LARGEFILE64=1 -DSECONDARY_DJW=1 -DXD3_DEBUG=1 |
7 | |
8 | clean: |
9 | rm -f *.exe *.stackdump |
Note:
See TracBrowser
for help on using the repository browser.