--- MITgcm_contrib/darwinview/src/Makefile 2007/07/05 14:55:02 1.1 +++ MITgcm_contrib/darwinview/src/Makefile 2009/01/08 13:34:48 1.3 @@ -1,7 +1,4 @@ LIBS=-lglut -a.out: windows.c - gcc $< $(LIBS) - -clean: - \rm -f *.o a.out +a.out: darwin.c + gcc -O3 $< $(LIBS)