Minor fixes

This commit is contained in:
Thraix
2019-10-10 21:56:26 +02:00
parent 5c302b3363
commit d350096b3b
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ $(OUTPUT): $(OBJECTS)
$(info Generating output file)
$(CO) $(OUTPUT) $(OBJECTS) $(LDFLAGS) $(LIBS)
install: all
$(info Installing Testing space to /usr/bin/)
$(info Installing MakeGen to /usr/bin/)
@cp $(OUTPUT) /usr/bin/makegen
$(OBJPATH)/ConfigCLI.o : src/ConfigCLI.cpp src/Common.h src/ConfigCLI.h src/ConfigFile.h
$(info -[14%]- $<)