Compile and run on OS X.

This commit is contained in:
Murilo Pereira
2013-12-24 14:41:02 -02:00
parent fac0750a2c
commit eca0819609
7 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,12 @@
CC = gcc
CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
CC = gcc
CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
LDFLAGS = -lncursesw
ifeq ($(shell uname -s),Darwin)
LDFLAGS += -L /opt/local/lib
endif
PREFIX = /usr/local
EXECUTABLE = ttysolitaire