You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/clockywock/files/clockywock-0.2.3f-makefile....

10 lines
243 B

--- Makefile
+++ Makefile
@@ -1,5 +1,5 @@
all:
- g++ -O3 -Wall -o clockywock clockywock.cpp -lncurses -lpthread
+ ${CXX} ${CXXFLAGS} ${LDFLAGS} -o clockywock clockywock.cpp -lncurses -lpthread
# install is done completely lazily
install: