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/galleta/files/galleta-20040505_p1-fix-bui...

13 lines
262 B

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