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
+5 -1
View File
@@ -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)
BIN
View File
Binary file not shown.