Cleanup and add self-test
This commit is contained in:
9
Source/Atmosphere/stratosphere/loader/source/oc/Makefile
Normal file
9
Source/Atmosphere/stratosphere/loader/source/oc/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
export CC := g++-11
|
||||
|
||||
all: test
|
||||
|
||||
test:
|
||||
$(CC) ldr_oc_suite.cpp test.cpp -o ./test -O2 -std=c++20 -DOC_TEST
|
||||
|
||||
clean:
|
||||
rm ./test
|
||||
Reference in New Issue
Block a user