Arthur Yefimov 2 년 전
부모
커밋
349dc28f8f
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .gitignore
  2. 5 0
      src/Makefile

+ 0 - 1
.gitignore

@@ -6,7 +6,6 @@ Autodoc.exe
 Autodoc
 !Autodoc/
 _Build
-/src/Makefile
 /src/*.o
 /src/*.h
 /src/*.oh

+ 5 - 0
src/Makefile

@@ -0,0 +1,5 @@
+run: all
+	@cd .. && ./FreeOberon
+
+all:
+	./make.sh