blob: f172919553b4040a1b0a88ca93682740381eb318 (
plain)
1
2
3
4
5
6
7
8
9
|
--- a/Makefile.old 2009-01-30 17:00:58.000000000 +0100
+++ b/Makefile 2009-01-30 17:01:15.000000000 +0100
@@ -1,5 +1,5 @@
-LDFLAGS = -lncurses
+LDLIBS := $(shell pkg-config ncurses --libs)
aop: aop.c
|