Commit Description:
Refactor dialog into separate Engine....
Commit Description:
Refactor dialog into separate Engine. (grafted from 93578fea7b5a3227975305bcc32e2e2fb2f7f7bc)
File last commit:
Show/Diff file:
Action:
FNA/lib/Theorafile/csharp/Makefile
9 lines | 188 B | text/x-makefile | MakefileLexer
# Makefile for Theorafile#
# Written by Ethan "flibitijibibo" Lee
build: clean
mkdir bin
mcs /unsafe -debug -out:bin/Theorafile-CS.dll -target:library Theorafile.cs
clean:
rm -rf bin