Explorar el Código

GUI included in the bin directory when building project.

Iñigo Valentin hace 2 años
padre
commit
85c08436bb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -79,6 +79,7 @@ CMD_MKDIR=$(OS_MKDIR)
 default :
 	@echo Compiling...
 	@$(CC) -o $(OUT) $(CFLAGS) $(FILES) $(INC) $(LIBS) $(OPTS)
+	@$(OS_CP) $(INSTALL_GUI_SRC) $(OUT_DIR)
 	@echo Compiled executable $(OUT)
 
 # Debug, compile with extra flags and no optimization