summaryrefslogtreecommitdiff
path: root/trunk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Makefile')
-rw-r--r--trunk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile
index e6e712e..9aca95c 100644
--- a/trunk/Makefile
+++ b/trunk/Makefile
@@ -15,4 +15,7 @@ libsprite.a: libsprite.o
${AR} ${ARFLAGS} libsprite.a libsprite.o
%.o: %.c
- ${CC} -c -g ${CFLAGS} -o $@ $< \ No newline at end of file
+ ${CC} -c -g ${CFLAGS} -o $@ $<
+
+clean:
+ rm -f $(wildcard *.o) $(wildcard *.a) example \ No newline at end of file