aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 305d0d6..1df683c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ EXEC = main
all: $(EXEC)
+dirty:
+ rm -rf out/world.o
+
clean:
rm -f $(EXEC)
rm -f out/*.o