lipsync/bocoree/makefile
2024-05-20 00:17:44 +00:00

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