summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-01 09:29:59 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-01 09:29:59 -0400
commitc6388ee890da79fba8e23929ff6a5d35f42defe8 (patch)
treea111d8321f6a8144310436c74b10c5a1165399f8 /Makefile
parent3cdfc5819b7cdfb4007ed5150f78b5ab697cf583 (diff)
add missing -f to clean recipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4589eb4..270cda5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@
array: array.c
clean:
- rm *.o array
+ rm -f *.o array