summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e0699e..1cfd925 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,7 @@ all: fwdscript
fwdscript: src/fwdscript.c
$(CC) -Ideps/conts/include -Wall -Wextra -O0 -g $< -o $@
+
+.PHONY: clean
+clean:
+ rm -rf fwdscript