aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-22 13:42:34 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-22 13:42:34 +1200
commit267c6f570d7137d603466e20630666d22369a5e6 (patch)
tree00cef0363b431a9a707d439b53dc7c9ca5ed49a7 /Makefile
parent1eed412a5a09fae658169d06c49894ab830c7f64 (diff)
downloadpgm-interlace-267c6f570d7137d603466e20630666d22369a5e6.tar.xz
Makefile tidy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1858fb4..ae09061 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,10 @@
all: pgm-interlace
pgm-interlace: pgm-interlace.o
- $(CC) -o $@ $^
-
-%.o: %.c
- $(CC) -c -o $@ $< #-Wall -Wextra #-Werror
.PHONY: all clean clean-object
clean: clean-object
rm -f pgm-interlace
clean-object:
- rm -fv *.o **/*.o
+ rm -fv *.o