Simpler build, less dependencies (#827)
* Simpler build, less dependencies * Follow ugly python linter * Introduce Brewfile & Update Readme * Make dist.sh target-specific * Tidy up make output * Get rid of cat and truncate (I still love cats tho) * Suppress dd output * Long live the cat
This commit is contained in:
		| @@ -8,7 +8,7 @@ ASM_SOURCES		+= $(wildcard src/*.s) | ||||
| C_SOURCES		+= $(wildcard src/*.c) | ||||
| CPP_SOURCES		+= $(wildcard src/*.cpp) | ||||
|  | ||||
| TARGET			?= f7 | ||||
| include			$(PROJECT_ROOT)/make/defaults.mk | ||||
| TARGET_DIR		= targets/$(TARGET) | ||||
| include			$(TARGET_DIR)/target.mk | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user