summaryrefslogtreecommitdiff
path: root/xdelta3/examples/Makefile
blob: dd1f03669136542b35470ff1fa6b692ee76a6486 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS = -g -Wall -I ..

SOURCES = small_page_test.c

small_page_test: $(SOURCES)
	$(CC) $(CFLAGS) small_page_test.c -o small_page_test -DXD3_USE_LARGEFILE64=1 -DSECONDARY_DJW=1 -DXD3_DEBUG=1

clean:
	rm -f *.exe *.stackdump