view Makefile.inc @ 87:dc95ef77a6ad

Bump version here as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 07:27:14 +0200
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