mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 05:18:31 -08:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
CP=cp
|
|
RM=rm
|
|
|
|
bocoree.dll: *.cs
|
|
gmcs -recurse:*.cs -unsafe+ -target:library -out:bocoree.dll -r:System,System.Drawing,System.Windows.Forms
|
|
|
|
clean:
|
|
$(RM) bocoree.dll
|