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-forensics/pasco/files/pasco-20040505_p1-fix-build...

13 lines
243 B

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
-all: install
+LDLIBS += -lm
-install: pasco.c
- gcc -o pasco pasco.c -lm -lc;cp pasco ../bin
+all: pasco
installwin: pasco.c
gcc -DCYGWIN -o pasco.exe pasco.c -lm -lc;cp pasco.exe ../bin