Skip to content

Commit d89a641

Browse files
Added modules and changed makefile locations
1 parent 4248546 commit d89a641

File tree

36 files changed

+47
-31
lines changed

36 files changed

+47
-31
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "src/tools/spasm"]
2+
path = src/tools/spasm
3+
url = https://github.com/alberthdev/spasm-ng
4+
[submodule "src/tools/convtile"]
5+
path = src/tools/convtile
6+
url = https://github.com/MattWaltz/convtile
7+
[submodule "src/tools/convhex"]
8+
path = src/tools/convhex
9+
url = https://github.com/MattWaltz/convhex
10+
[submodule "src/tools/convpng"]
11+
path = src/tools/convpng
12+
url = https://github.com/MattWaltz/convpng

examples/debugging/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/fileio_detect/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/fileio_factorize/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/fileio_os_vars/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/fileio_read_write/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/fileio_tokens/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/gfx_buffered_cube/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/gfx_buffering/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

examples/gfx_char/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ INIT_LOC := D1A87F
4545
USE_FLASH_FUNCTIONS ?= YES
4646
#----------------------------
4747

48-
include $(CEDEV)/bin/main_makefile
48+
include $(CEDEV)/include/make/main_makefile

0 commit comments

Comments
 (0)