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