We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0126687 commit a5f00ccCopy full SHA for a5f00cc
sgdk/Makefile.libmd
@@ -33,7 +33,6 @@ endif
33
34
INCS = -Iinc -Ires
35
FLAGS = -m68000 -fno-web -fno-gcse -fno-unit-at-a-time -fshort-enums -fno-builtin
36
-LIBS = -L$(MARSDEV)/m68k-elf/lib/gcc/m68k-elf/$(GCC_VER) -lgcc
37
FLAGSZ80 = -isrc -iinc
38
OPTIONS =
39
@@ -67,10 +66,10 @@ debug: $(RESOURCES) libmd-debug.a
67
66
$(BINTOS) $<
68
69
%.o: %.c
70
- $(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@ $(LIBS)
+ $(CC) $(OPTIONS) $(FLAGS) $(INCS) -c $< -o $@
71
72
%.o: %.s
73
74
75
%.s: %.res
76
$(RESCOMP) $< $@
0 commit comments