mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
|
# llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically
|
||
|
|
||
|
LEVEL = ../..
|
||
|
PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|
||
|
|
||
|
# Install target for libraries: Copy into the gcc install directory in chris's
|
||
|
# tree...
|
||
|
#
|
||
|
install::
|
||
|
|
||
|
clean::
|