mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
Edited Makefile
This commit is contained in:
@@ -28,5 +28,9 @@ endif
|
||||
main: $(OBJS)
|
||||
$(CXX) -o $(OUTPUT) $(LIBS) $(OBJS)
|
||||
|
||||
install: $(OUTPUT)
|
||||
@cp ./$(OUTPUT) -t $(DEVKITARM)/bin/
|
||||
@echo "Installed."
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTPUT) $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user