Arthur Yefimov 2 years ago
parent
commit
349dc28f8f
2 changed files with 5 additions and 1 deletions
  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