mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[build] Rename the build folder to scripts
This commit is contained in:
committed by
LeaNumworks
parent
4f2c7a3763
commit
2af792cf88
8
Makefile
8
Makefile
@@ -1,4 +1,4 @@
|
||||
include build/config.mak
|
||||
include scripts/config.mak
|
||||
|
||||
# Disable default Make rules
|
||||
.SUFFIXES:
|
||||
@@ -62,8 +62,8 @@ include python/Makefile
|
||||
include escher/Makefile
|
||||
# Executable Makefiles
|
||||
include apps/Makefile
|
||||
include build/struct_layout/Makefile
|
||||
include build/scenario/Makefile
|
||||
include scripts/struct_layout/Makefile
|
||||
include scripts/scenario/Makefile
|
||||
include quiz/Makefile # Quiz needs to be included at the end
|
||||
|
||||
objs = $(call object_for,$(src))
|
||||
@@ -121,4 +121,4 @@ cowsay_%:
|
||||
.PHONY: clena
|
||||
clena: cowsay_CLENA clean
|
||||
|
||||
-include build/targets.$(PLATFORM).mak
|
||||
-include scripts/targets.$(PLATFORM).mak
|
||||
|
||||
Reference in New Issue
Block a user