summaryrefslogtreecommitdiff
path: root/tools/as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/as/Makefile')
-rw-r--r--tools/as/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/as/Makefile b/tools/as/Makefile
new file mode 100644
index 0000000000..3fa7984e62
--- /dev/null
+++ b/tools/as/Makefile
@@ -0,0 +1,9 @@
+LEVEL = ../..
+include $(LEVEL)/Makefile.common
+
+all:: as
+clean::
+ rm -f as
+
+as : $(ObjectsG)
+ $(LinkG) -o as $(ObjectsG) -lvmcore -lasmparser -lbcwriter -lanalysis -lasmwriter