# txtfrmtGUIFormaterrh邽߂Makefile

# \[Xt@C`}N
SRCGUI = frmMain.cs formater.cs formater2.cs TextData.cs
SRCCUI = txtfrmt.cs formater.cs formater2.cs TextData.cs

# rhXMLGloss.exe𐶐
GUI :
	csc /target:winexe /out:GUIFormater.exe /win32icon:App.ico $(SRCGUI)

# rhtxtfrmt.exe𐶐
CUI :
	csc /target:exe /out:txtfrmt.exe $(SRCCUI)

# .exe폜
clean :
	del *.exe
