diff --git a/Makefile b/Makefile index 9567edf..5327382 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ sdl/pixbuf.o: io/timers.o: gcc -c io/timers.c -o io/timers.o $(CFLAGS) + +clean: + rm sdl/*.o && rm io/*.o