mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
Edited Makefile
This commit is contained in:
+5
-1
@@ -31,5 +31,9 @@ rebuild: clean build
|
||||
build: $(OBJS)
|
||||
$(CC) -o $(OUTPUT) $(LIBS) $(OBJS)
|
||||
|
||||
install: $(OUTPUT)
|
||||
@cp ./$(OUTPUT) -t $(DEVKITARM)/bin/
|
||||
@echo "Installed."
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTPUT) $(OBJS)
|
||||
rm -rf $(OUTPUT) $(OBJS)
|
||||
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user