From 29081f5f5e5096c9acc1f0af049c9f4626ff8493 Mon Sep 17 00:00:00 2001 From: condret Date: Sun, 6 Oct 2024 02:36:11 +0200 Subject: [PATCH] Add make clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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