Add make clean

This commit is contained in:
condret 2024-10-06 02:36:11 +02:00
parent 5a29912796
commit 29081f5f5e

View File

@ -8,3 +8,6 @@ sdl/pixbuf.o:
io/timers.o: io/timers.o:
gcc -c io/timers.c -o io/timers.o $(CFLAGS) gcc -c io/timers.c -o io/timers.o $(CFLAGS)
clean:
rm sdl/*.o && rm io/*.o