diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-10 01:37:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-10 01:37:57 +0000 |
commit | 81ae14331b28127d505a8adb84227029f68dab0b (patch) | |
tree | a1bf70436235d4946af03f8766a4b7ca14cb029c /out/makefile | |
parent | update (diff) | |
download | luatablegen-81ae14331b28127d505a8adb84227029f68dab0b.tar.gz luatablegen-81ae14331b28127d505a8adb84227029f68dab0b.zip |
update
Diffstat (limited to 'out/makefile')
-rw-r--r-- | out/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/out/makefile b/out/makefile index f33376e..9723b0c 100644 --- a/out/makefile +++ b/out/makefile @@ -1,4 +1,4 @@ -TARGET=main +TARGET=lua SHELL=bash SHELL?=bash CC=clang |