glide2x, sst1: Makefile.win32 fix
This commit is contained in:
@@ -261,10 +261,10 @@ endif
|
|||||||
$(GLIDE_OBJECTS): fxinline.h fxgasm.h
|
$(GLIDE_OBJECTS): fxinline.h fxgasm.h
|
||||||
|
|
||||||
fxinline.h: fxgasm.exe
|
fxinline.h: fxgasm.exe
|
||||||
./$< -inline > $@
|
$< -inline > $@
|
||||||
|
|
||||||
fxgasm.h: fxgasm.exe
|
fxgasm.h: fxgasm.exe
|
||||||
./$< -hex > $@
|
$< -hex > $@
|
||||||
|
|
||||||
fxgasm.exe: fxgasm.c
|
fxgasm.exe: fxgasm.c
|
||||||
$(CC) -o $@ $(CFLAGS) $<
|
$(CC) -o $@ $(CFLAGS) $<
|
||||||
|
|||||||
Reference in New Issue
Block a user