mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Reorganized crypto related code to crypto subdir
This commit is contained in:
parent
1b4481daa5
commit
d10315ba64
4
Makefile
4
Makefile
@ -21,9 +21,9 @@ ifeq ($(MODE),safe)
|
|||||||
export TARGET := SafeMode9
|
export TARGET := SafeMode9
|
||||||
endif
|
endif
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source source/fatfs source/nand source/virtual source/game source/abstraction
|
SOURCES := source source/crypto source/fatfs source/nand source/virtual source/game source/abstraction
|
||||||
DATA := data
|
DATA := data
|
||||||
INCLUDES := source source/font source/fatfs source/nand source/virtual source/game
|
INCLUDES := source source/font source/crypto source/fatfs source/nand source/virtual source/game
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user