Refactor project structure and remove unnecessary files
- Deleted generated CMake files and build artifacts from the cmake-build-debug directory. - Removed the Intellisense header - what was that??? - Cleaned up the melonDS.ini configuration (removed hard path)
This commit is contained in:
8
Makefile
8
Makefile
@@ -33,10 +33,10 @@ ICON := icon.bmp
|
||||
|
||||
# specify a directory which contains the nitro filesystem
|
||||
# this is relative to the Makefile
|
||||
NITRO :=
|
||||
NITRO :=
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s
|
||||
|
||||
@@ -203,7 +203,7 @@ endif
|
||||
#---------------------------------------------------------------------------------------
|
||||
|
||||
run: build $(OUTPUT).nds
|
||||
desmume $(OUTPUT).nds
|
||||
melonDS $(OUTPUT).nds
|
||||
|
||||
install: build $(OUTPUT).nds
|
||||
cp $(OUTPUT).nds /run/media/phillipk/9016-4EF8/devel/
|
||||
cp $(OUTPUT).nds /run/media/phillip/9016-4EF8/devel/
|
||||
|
||||
Reference in New Issue
Block a user