From 2cf2d608af862e812e7fd3ac580f869141a96fa7 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 5 Nov 2017 04:16:32 +0100 Subject: + Added copy of BitmapEncoder + New sprite and unit "Town center" * Provisional collision checking. * Many other modifications. --- Libs/tinyFAT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Libs/tinyFAT') diff --git a/Libs/tinyFAT/Makefile b/Libs/tinyFAT/Makefile index b99505f..734ff67 100644 --- a/Libs/tinyFAT/Makefile +++ b/Libs/tinyFAT/Makefile @@ -21,7 +21,7 @@ $(LIBNAME): $(OBJECTS) %.o: %.cpp $(CXX) $< -o $@ $(INCLUDE) $(DEFINE) $(CC_FLAGS) - + %.o: %.c $(CC) $< -o $@ $(INCLUDE) $(DEFINE) $(CC_FLAGS) -- cgit v1.2.3