From db0a19edd8c4cd62c6784d8bb1d91c61a6447a2a Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 24 Oct 2020 18:34:11 +0200 Subject: Remove Template Code --- my-project/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 my-project/Makefile (limited to 'my-project/Makefile') diff --git a/my-project/Makefile b/my-project/Makefile deleted file mode 100644 index 5b6afde..0000000 --- a/my-project/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PROJECT = awesomesauce -BUILD_DIR = bin - -SHARED_DIR = ../my-common-code -CFILES = my-project.c -CFILES += api.c -AFILES += api-asm.S - -# TODO - you will need to edit these two lines! -DEVICE=stm32f407vgt6 -OOCD_FILE = board/stm32f4discovery.cfg - -# You shouldn't have to edit anything below here. -VPATH += $(SHARED_DIR) -INCLUDES += $(patsubst %,-I%, . $(SHARED_DIR)) -OPENCM3_DIR=../libopencm3 - -include $(OPENCM3_DIR)/mk/genlink-config.mk -include ../rules.mk -include $(OPENCM3_DIR)/mk/genlink-rules.mk -- cgit v1.2.3-70-g09d2