aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-24 18:49:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-24 18:49:46 +1300
commit10f77bcc525763462f60746b3cb45b089866d35f (patch)
tree18dfe5ee28bf2a52a80f70f24969776bfa366998
parentFix dropped prefixes (diff)
downloadrssd-10f77bcc525763462f60746b3cb45b089866d35f.tar.gz
rssd-10f77bcc525763462f60746b3cb45b089866d35f.zip
Add clean to .PHONY
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8df845..4e1ad4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all
+.PHONY: all clean
CC = clang
CFLAGS = -std=c90 -Weverything