1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/tools/as/Makefile
2001-07-23 02:35:57 +00:00

10 lines
187 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: as
clean::
rm -f as
as : $(ObjectsG)
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport