summaryrefslogtreecommitdiff
path: root/memch
diff options
context:
space:
mode:
Diffstat (limited to 'memch')
-rw-r--r--memch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/memch/Makefile b/memch/Makefile
index e6838b2..4fbbb53 100644
--- a/memch/Makefile
+++ b/memch/Makefile
@@ -1,7 +1,7 @@
.PHONY: clean
memch: memch.c
- $(CC) -D_DEFAULT_SOURCE -std=c99 -o $@ $< $(shell pkg-config --libs --cflags ncursesw)
+ $(CC) -D_DEFAULT_SOURCE -std=c99 -o memch memch.c $(shell pkg-config --libs --cflags ncursesw)
clean:
- rm memch
+ rm -f memch