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
Steve Price df488b6a74 Addng cursive version 1.0.
Create ASCII character cursive handwriting.

PR:		15260
Submitted by:	James Howard <howardj@wam.umd.edu>
1999-12-25 03:03:42 +00:00

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