mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-11-02 16:27:18 -04:00
Syntax error fixed
This commit is contained in:
parent
d90fd8f985
commit
d8c37fbbab
6
Makefile
6
Makefile
@ -1,13 +1,13 @@
|
|||||||
# -*- Makefile -*-
|
# -*- Makefile -*-
|
||||||
ifndef $(CFLAGS)
|
ifndef CFLAGS
|
||||||
CFLAGS= -O3 -lncurses -Wno-unused-result
|
CFLAGS= -O3 -lncurses -Wno-unused-result
|
||||||
#-O3 --std=c99 -lcurses -DNO_MOUSE for NetBSD curses
|
#-O3 --std=c99 -lcurses -DNO_MOUSE for NetBSD curses
|
||||||
#adding --std=c99 makes warnings in GNU, and the blame is upon glibc feature test macros. my code is correct.
|
#adding --std=c99 makes warnings in GNU, and the blame is upon glibc feature test macros. my code is correct.
|
||||||
endif
|
endif
|
||||||
ifndef $(GAMES_DIR)
|
ifndef GAMES_DIR
|
||||||
GAMES_DIR=/usr/games
|
GAMES_DIR=/usr/games
|
||||||
endif
|
endif
|
||||||
ifndef $(SCORES_DIR)
|
ifndef SCORES_DIR
|
||||||
SCORES_DIR=/usr/games
|
SCORES_DIR=/usr/games
|
||||||
endif
|
endif
|
||||||
all: jewels sudoku mines reversi checkers battleship rabbithole sos pipes fifteen memoblocks fisher muncher miketron redsquare darrt snakeduel
|
all: jewels sudoku mines reversi checkers battleship rabbithole sos pipes fifteen memoblocks fisher muncher miketron redsquare darrt snakeduel
|
||||||
|
Loading…
Reference in New Issue
Block a user