aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-25 19:15:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-25 19:15:14 +1300
commit4c8859be8f8f8f9c06536a883c81958a6072e067 (patch)
tree50b8e39655abf73edecdc5d9c89c5da183cab3e8
parentDon't enforce C compiler (diff)
downloadwtf8-4c8859be8f8f8f9c06536a883c81958a6072e067.tar.gz
wtf8-4c8859be8f8f8f9c06536a883c81958a6072e067.zip
Turns out implicit rules do handle this
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22caba6..b9c9c48 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ install : wtf8
install -m 0755 -- wtf8 $(PREFIX)/bin
wtf8 : wtf8.c wtf8.h
- $(CC) $(CFLAGS) wtf8.c -o $@
clean :
rm -f wtf8