瀏覽代碼

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