summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com32/cmenu/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile
index 0ede58dc..794af741 100644
--- a/com32/cmenu/Makefile
+++ b/com32/cmenu/Makefile
@@ -39,21 +39,6 @@ MENUS = $(CMENUS) $(IMENUS)
%.c: %.menu adv_menu.tpl
python menugen.py --input=$< --output=$@ --template=adv_menu.tpl
-.PRECIOUS: %.o
-%.o: %.S
- $(CC) $(MAKEDEPS) $(SFLAGS) -c -o $@ $<
-
-.PRECIOUS: %.o
-%.o: %.c %.h
- $(CC) $(MAKEDEPS) $(CFLAGS) -c -o $@ $<
-
-.PRECIOUS: %.elf
-%.elf: %.o libmenu/libmenu.a $(LIBS)
- $(LD) $(LDFLAGS) -o $@ $^
-
-%.c32: %.elf
- $(OBJCOPY) -O binary $< $@
-
all: menus
libmenu/libmenu.a: $(LIBMENU)