Commit Description:
Some refactoring....
Commit Description:
Some refactoring. (grafted from 111182ff6d2d689a5333793d865bb649093ec9a7)
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/Makefile
10 lines | 216 B | text/x-makefile | MakefileLexer
# Makefile for FAudio#
# Written by Ethan "flibitijibibo" Lee
build: clean
mkdir bin
cp app.config bin/FAudio-CS.dll.config
mcs /unsafe -debug -out:bin/FAudio-CS.dll -target:library FAudio.cs
clean:
rm -rf bin