llvm-6502/Makefile
Chris Lattner 52cc7e2edd build the new runtime directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7876 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-15 04:53:45 +00:00

17 lines
391 B
Makefile

LEVEL = .
DIRS = lib/Support utils lib tools runtime
OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common
test :: all
cd test; $(MAKE)
distclean:: clean
$(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
$(LEVEL)/include/Config/config.h \
$(LEVEL)/autoconf/autom4te.cache \
$(LEVEL)/config.log \
$(LEVEL)/TAGS