1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/cursive/files/patch-aa

11 lines
197 B
Plaintext
Raw Normal View History

--- Makefile.orig Sat Dec 4 17:19:30 1999
+++ Makefile Sat Dec 4 17:19:40 1999
@@ -1,5 +1,7 @@
CFLAGS = -g
+all: cursive
+
cursive: cursive.o x.o xs.o
cc -g -o cursive cursive.o x.o xs.o