view Makefile.inc @ 36:d803c129c1e2

Obviously this is a bug, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:23:01 +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