dropped the compiled-in sound sample, loading from the filesystem
[dos_sbtest] / Makefile
index 1015733..118d4f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ $(bin): $(obj)
        $(CC) $(CFLAGS) -o $@ -c $<
 
 %.d: %.c
-       @echo "gen dep $< -> $@" && $(CPP) $(CFLAGS) $< -MM -MT $(@:.d=.o) >$@
+       @echo "gen dep $< -> $@"; $(CPP) $(CFLAGS) $< -MM -MT $(@:.d=.o) >$@
 
 .PHONY: clean
 .PHONY: cleandep