15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2007/10/26 21:19:16 ajacoutot Exp $
|
|
--- Makefile.orig Sun Mar 30 01:36:44 1997
|
|
+++ Makefile Fri Oct 26 22:55:11 2007
|
|
@@ -3,8 +3,8 @@
|
|
#
|
|
|
|
CC=gcc
|
|
-CCOPTS=-Wall
|
|
-CURSESLIB=ncurses
|
|
+CCOPTS=-Wall ${CFLAGS}
|
|
+CURSESLIB=curses
|
|
INSTALLDIR=/usr/local
|
|
|
|
starlanes: starlanes.c
|