소스 검색

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