ultimatepp/uppbox/Scripts/Makefile
amrein b5c6db84b3 Now, you can compile U++ using threads (example: 'gmake -j8'). It's so mutch faster...
git-svn-id: svn://ultimatepp.org/upp/trunk@10689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-10 14:35:47 +00:00

20 lines
302 B
Makefile

.PHONY: all install clean distclean
SHELL = /bin/sh
all:
+$(SHELL) domake
install:
$(SHELL) doinstall
clean:
rm -fr uppsrc/_out
rm -f uppsrc/ide.out
rm -f uppsrc/umk.out
distclean: clean
rm -f GCC.bm
rm -f CLANG.bm
rm -f uppsrc/Makefile
rm -f uppsrc/uMakefile
rm -f uppsrc/build_info.h