ports/math/hc/patches/patch-makefile

9 lines
144 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- makefile.orig Thu Sep 14 04:45:41 2000
+++ makefile Wed Mar 16 21:18:52 2005
@@ -1,3 +1,5 @@
+all: hc
+
hc: hc.o
cc hc.o -o hc
rm hc.o