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-arch/qpress/files/qpress-1.1-fix-build-system...

8 lines
231 B

--- a/makefile
+++ b/makefile
@@ -1,2 +1 @@
-g++: qpress.cpp aio.cpp quicklz.c utilities.cpp
- g++ -O3 -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread
\ No newline at end of file
+qpress: aio.o quicklz.o utilities.o