ultimatepp/uppbox/Scripts/Makefile
cxl 451c48fc09 Scripts BSD src install fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-19 11:22:02 +00:00

11 lines
125 B
Makefile

.PHONY: all install clean
all:
sh domake
install:
sh doinstall
clean:
rm -r uppsrc/_out
rm uppsrc/ide.out