Skip to content

Commit d6f2df7

Browse files
Made workable linux makefile for examples
1 parent 5e2b86b commit d6f2df7

File tree

77 files changed

+1166
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1166
-362
lines changed

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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.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)/include/make/main_makefile
48+
include $(CEDEV)/include/.makefile

examples/gfx_clipping/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)/include/make/main_makefile
48+
include $(CEDEV)/include/.makefile

0 commit comments

Comments
 (0)