blob: 5c8a3e4530847e802904c39411a0b5a4a95a6b57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2012-04-15 11:30:05 UTC
+++ Makefile
@@ -7,7 +7,7 @@ BOINC_HOME?= /var/db/boinc
all: boinc_curses
boinc_curses: boinc_curses.c
- ${CXX} -o boinc_curses boinc_curses.c -lncurses ${BOINCLIBDIR}/libboinc.a -I${BOINCINCDIR} -DBOINC_HOME=\"${BOINC_HOME}\" -Wall ${CFLAGS}
+ ${CXX} -o boinc_curses boinc_curses.c $(LDFLAGS) -lncurses ${BOINCLIBDIR}/libboinc.a -I${BOINCINCDIR} -DBOINC_HOME=\"${BOINC_HOME}\" -Wall ${CFLAGS}
clean:
-@rm boinc_curses
|