1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-09-14 15:28:06 -04:00

Syntax error fixed

This commit is contained in:
Your Name 2021-04-19 23:31:10 +04:30
parent d90fd8f985
commit d8c37fbbab

View File

@ -1,13 +1,13 @@
# -*- Makefile -*-
ifndef $(CFLAGS)
ifndef CFLAGS
CFLAGS= -O3 -lncurses -Wno-unused-result
#-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.
endif
ifndef $(GAMES_DIR)
ifndef GAMES_DIR
GAMES_DIR=/usr/games
endif
ifndef $(SCORES_DIR)
ifndef SCORES_DIR
SCORES_DIR=/usr/games
endif
all: jewels sudoku mines reversi checkers battleship rabbithole sos pipes fifteen memoblocks fisher muncher miketron redsquare darrt snakeduel