mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
Edited Makefile
This commit is contained in:
@@ -28,5 +28,9 @@ endif
|
|||||||
main: $(OBJS)
|
main: $(OBJS)
|
||||||
$(CXX) -o $(OUTPUT) $(LIBS) $(OBJS)
|
$(CXX) -o $(OUTPUT) $(LIBS) $(OBJS)
|
||||||
|
|
||||||
|
install: $(OUTPUT)
|
||||||
|
@cp ./$(OUTPUT) -t $(DEVKITARM)/bin/
|
||||||
|
@echo "Installed."
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUTPUT) $(OBJS)
|
rm -rf $(OUTPUT) $(OBJS)
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
@@ -31,5 +31,9 @@ rebuild: clean build
|
|||||||
build: $(OBJS)
|
build: $(OBJS)
|
||||||
$(CC) -o $(OUTPUT) $(LIBS) $(OBJS)
|
$(CC) -o $(OUTPUT) $(LIBS) $(OBJS)
|
||||||
|
|
||||||
|
install: $(OUTPUT)
|
||||||
|
@cp ./$(OUTPUT) -t $(DEVKITARM)/bin/
|
||||||
|
@echo "Installed."
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUTPUT) $(OBJS)
|
rm -rf $(OUTPUT) $(OBJS)
|
||||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user