Minor stuff

This commit is contained in:
Aurora
2016-09-06 14:09:29 +02:00
parent 024335e5cd
commit 16bc08f046
7 changed files with 75 additions and 65 deletions

View File

@@ -43,7 +43,7 @@ clean:
$(dir_build)/$(name).elf: $(objects)
$(LINK.o) $(OUTPUT_OPTION) $^ $(LIBPATHS) $(LIBS)
$(dir_build)/memory.o : CFLAGS += -O3
$(dir_build)/memory.o $(dir_build)/strings.o: CFLAGS += -O3
$(dir_build)/%.o: $(dir_source)/%.c
@mkdir -p "$(@D)"