diff --git a/ctrtool/Makefile b/ctrtool/Makefile index 96d1c15..7a534c9 100644 --- a/ctrtool/Makefile +++ b/ctrtool/Makefile @@ -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) diff --git a/ctrtool/ctrtool b/ctrtool/ctrtool deleted file mode 100755 index c5495b6..0000000 Binary files a/ctrtool/ctrtool and /dev/null differ diff --git a/makerom/Makefile b/makerom/Makefile index 0ecdb69..fd0832f 100644 --- a/makerom/Makefile +++ b/makerom/Makefile @@ -31,9 +31,5 @@ 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) \ No newline at end of file diff --git a/makerom/makerom b/makerom/makerom deleted file mode 100755 index 1a70e1c..0000000 Binary files a/makerom/makerom and /dev/null differ