Move source files to src/, add Makefile, fix all build and linkage errors, etc.

This commit is contained in:
TuxSH
2018-02-25 20:00:50 +01:00
parent 4c7aa566f0
commit b0ea9c1a0b
58 changed files with 385 additions and 203 deletions

View File

@@ -6,7 +6,7 @@ endif
include $(DEVKITARM)/base_tools
name := $(shell basename $(CURDIR))
name := bpmpfw
dir_source := src
dir_build := build