Revert "Edited Makefile"

This reverts commit 90dca52c8d.
This commit is contained in:
James Pelster "CaptainSwag101
2017-01-21 16:34:59 -08:00
parent 2b3bc5f2a2
commit dbe356686c
4 changed files with 1 additions and 9 deletions
-4
View File
@@ -28,9 +28,5 @@ 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.