comparison pwpzax/Makefile @ 27:0eba27fee6da

Const fix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 00:14:18 +0300
parents c3622b53a23e
children 678924af9149
comparison
equal deleted inserted replaced
26:725542723cef 27:0eba27fee6da
1 include ../config.mak 1 include ../config.mak
2 2
3 TARGETS=zaxplay 3 TARGETS=zaxplay$(BINEXT)
4 4
5 all: $(TARGETS) 5 all: $(TARGETS)
6 6
7 include ../Makefile.inc 7 include ../Makefile.inc
8 8
9 zaxplay: zaxplay.c 9 zaxplay$(BINEXT): zaxplay.c
10 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) 10 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
11 11