aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-29 21:39:32 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-29 21:39:32 +0200
commitba2cec1c3736cf0fc43db23eb7baa9848f6fb513 (patch)
tree0975c5f0ec3c6470c61df906ddfc0c14a27975f8 /makefile
parent8abb448b0b67e2c823b96a949446bce909e9452d (diff)
sort by date
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index ccfe6bd..3446912 100644
--- a/makefile
+++ b/makefile
@@ -2,3 +2,6 @@ all:
mkdir out
node .
+clean:
+ rm -r out
+