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