mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
|
--- 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
|
||
|
|