summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-09-16 16:53:03 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2026-09-16 16:53:16 +0300
commit8767711ec637b9f8a6aa6560e2bf338de1e1b77f (patch)
tree8adce30cf407d319d8603b44b8cd51efdbaa1632
parent788a1fed0953c84667f810b6e44ecb1040e0e472 (diff)
downloadfwdscript-master.tar.gz
fwdscript-master.zip
add clean rule to makefileHEADmaster
-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