Undid revisions 884 and 883, in effect removing the macosx directory.
[neverball] / Makefile.fink
1 #
2 # A simple makefile to compile nvb/nvp on OsX using fink libraries
3 # - You must have fink installed and sdl libraries  
4 #       fink install sdl sdl-image sdl-mixer sdl-ttf
5 # - To coimpile, just the following command : 
6 #       make -f Makefile.fink-osx 
7 #
8 # Luc.
9
10 include Makefile
11
12 CFLAGS := $(CFLAGS) -I/sw/include
13 LIBS := $(LIBS) -L/sw/lib -lintl
14