That should fix the build on Ubuntu; also, it should add a clean target

This commit is contained in:
Dan Hirsch 2012-04-30 02:20:49 +01:00
parent faab7b7cf8
commit 6dd36f9acd
3 changed files with 12 additions and 2 deletions

View file

@ -11,4 +11,7 @@ CFLAGS += -DINCLUDE_TESTS
ar crv $@ $^
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
$(CC) $(CFLAGS) -c -o $@ $<
clean:
-rm -f $(OUTPUTS)