Переглянути джерело

GUI included in the bin directory when building project.

Iñigo Valentin 2 роки тому
батько
коміт
85c08436bb
1 змінених файлів з 1 додано та 0 видалено
  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