2011-05-26 16:26:18 +03:00
|
|
|
diff --git a/Makefile b/Makefile
|
2011-05-29 17:59:19 +03:00
|
|
|
index 1d3265d..5211c5c 100755
|
2011-05-26 16:26:18 +03:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2011-05-29 17:59:19 +03:00
|
|
|
@@ -8,7 +8,7 @@ CC?=gcc
|
2011-05-26 16:26:18 +03:00
|
|
|
#CXX=g++
|
|
|
|
#CXX=icpc
|
|
|
|
|
2011-05-29 17:59:19 +03:00
|
|
|
-CFLAGS= $(CFLAGS) $(OPTFLAGS) $(shell sdl-config --cflags) -Imast -Iz80
|
|
|
|
+CFLAGS:= $(CFLAGS) $(OPTFLAGS) $(shell sdl-config --cflags) -Imast -Iz80
|
2011-05-26 16:26:18 +03:00
|
|
|
|
|
|
|
Z80OBJ = z80/z80.o
|
|
|
|
MASTOBJ = mast/area.o mast/dpsg.o mast/draw.o mast/emu2413.o mast/frame.o mast/load.o mast/map.o mast/mast.o mast/mem.o mast/samp.o mast/snd.o mast/vgm.o mast/state.o mast/setup.o
|