summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fe606e..6bbed9e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,6 @@ aports-cache-objs := aports-cache.o
aports-cache: aports-cache.o main.o
$(CC) $(LDFLAGS) -o $@ $(LIBS_$(notdir $@)) $^
+
+clean:
+ rm -f *.o aports-cache