Makefile Targets
| Target | Dependencies | Output |
|---|---|---|
all |
$(BUILD_DIR)/$(TARGET) |
Default build |
release |
$(BUILD_DIR)/$(PROJECT).elf |
Release binary |
debug |
$(BUILD_DIR)/$(PROJECT).elf |
Debug binary |
iso |
ELF + ISO tools | Bootable ISO |
lib |
All object files | Static library |
test |
Test sources | Test executable |