Fixed the makefiles again, hopefully this time properly;
Single-sided floppy drives are actually single-sided now; Temporarily re-enabled floppy logs for bugfixing purposes.
This commit is contained in:
@@ -167,12 +167,12 @@ $(PROG).exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
|
||||
$(OBJ) \
|
||||
$(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) \
|
||||
$(LIBS)
|
||||
|
||||
all: $(PROG).exe
|
||||
ifneq ($(DEBUG), y)
|
||||
strip $(PROG).exe
|
||||
endif
|
||||
|
||||
all: $(PROG).exe
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
rm *.exe
|
||||
|
||||
Reference in New Issue
Block a user