mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-22 18:52:02 -08:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
RM=rm
|
||
|
CP=cp
|
||
|
Boare.Lib.Swf.dll: RECT.cs SB.cs SwfWriter.cs Util.cs
|
||
|
gmcs -target:library -out:Boare.Lib.Swf.dll \
|
||
|
RECT.cs SB.cs SwfWriter.cs Util.cs
|
||
|
|
||
|
clean:
|
||
|
$(RM) Boare.Lib.Swf.dll
|