Edited Makefile

This commit is contained in:
James Pelster "CaptainSwag101
2017-01-21 16:34:59 -08:00
parent 70e0d1280f
commit 90dca52c8d
4 changed files with 9 additions and 1 deletions
+4
View File
@@ -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)
BIN
View File
Binary file not shown.