gbdk-releases/gbdk-lib/libc/rules-asxxxx.mk

12 lines
195 B
Makefile
Raw Permalink Normal View History

2015-01-10 16:25:09 +01:00
$(LIB): pre $(OBJ)
cd $(BUILD); ls *.o > `basename $(LIB)`
pre: set-model build-dir
$(BUILD)/%.o: %.c
$(CC) $(CFLAGS) -c $<
mv `basename $< .c`.o $@
$(BUILD)/%.o: %.s
$(AS) -plosgff $@ $<