Skip to content

Commit

Permalink
minor update to makefile.emx
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 11, 2024
1 parent 18770ed commit c306e1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions os2/makefile.emx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ endif
LIBSTATIC=wildmidi.a
PLAYER_STATIC=wildmidi.exe
PLAYER_LIBS=-L. -lwildmidi
#PLAYER_LIBS+=-lmmpm2
PLAYER_LIBS+=-los2me
PLAYER_LIBS+=-lmmpm2

CFLAGS_LIB= $(CFLAGS) -DWILDMIDI_BUILD
CFLAGS_EXE= $(CFLAGS)
Expand Down Expand Up @@ -60,6 +59,6 @@ wildmidi.o: ../src/player/wildmidi.c
$(CC) -c $(CFLAGS_EXE) -o $@ $<

clean:
$(RM) *.o
-del *.o
distclean: clean
$(RM) $(LIBSTATIC) $(PLAYER_STATIC)
-del $(LIBSTATIC) $(PLAYER_STATIC)

0 comments on commit c306e1d

Please sign in to comment.