view Makefile.inc @ 59:25861c440f15

Possibly fix a bug in argument handling.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jul 2011 11:48:52 +0300
parents c3622b53a23e
children
line wrap: on
line source

CFLAGS += -I../pwplib
LDFLAGS +=

%.o: %.c %.h
	$(CC) $(CFLAGS) -c -o $@ $<

%.o: %.c
	$(CC) $(CFLAGS) -c -o $@ $<

clean:
	$(RM) $(TARGETS) *.o *.exe