Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit d58b2cc

Browse files
author
Alex Shipley
committed
Added a configure for creating obj directory until I make a proper CMake. Doing this in master instead of branch because it isn't really related to the branch at all, and is trivial.
1 parent fed3f2b commit d58b2cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/sh
2+
3+
mkdir -p Engine/src/obj
4+

0 commit comments

Comments
 (0)