ultimatepp/uppbox/Scripts/Makefile
cxl 75d4171d7d Infrastructure Scripts
git-svn-id: svn://ultimatepp.org/upp/trunk@994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-20 21:36:39 +00:00

9 lines
95 B
Makefile

.PHONY: all install clean
all:
make -C uppsrc
cp uppsrc/ide.out ~/theide
install:
clean: