Skip to content

Commit

Permalink
Left some unnecessary stuff in Makefile.libmd by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
andwn committed Jun 4, 2020
1 parent 0126687 commit a5f00cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sgdk/Makefile.libmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif

INCS = -Iinc -Ires
FLAGS = -m68000 -fno-web -fno-gcse -fno-unit-at-a-time -fshort-enums -fno-builtin
LIBS = -L$(MARSDEV)/m68k-elf/lib/gcc/m68k-elf/$(GCC_VER) -lgcc
FLAGSZ80 = -isrc -iinc
OPTIONS =

Expand Down Expand Up @@ -67,10 +66,10 @@ debug: $(RESOURCES) libmd-debug.a
$(BINTOS) $<

%.o: %.c
$(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@ $(LIBS)
$(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@

%.o: %.s
$(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@ $(LIBS)
$(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@

%.s: %.res
$(RESCOMP) $< $@
Expand Down

0 comments on commit a5f00cc

Please sign in to comment.