summaryrefslogtreecommitdiffhomepage
path: root/asm/arm/YMakefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-08-31 18:29:58 +0200
committerRoland Reichwein <mail@reichwein.it>2024-08-31 18:29:58 +0200
commit02153da4d5954261f6649e2980bc88f6d29e45a6 (patch)
tree4cc1ce6d1124edf791e48fcdb28b33a614d1a358 /asm/arm/YMakefile
parentf8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d (diff)
ARM assembler (WIP)
Diffstat (limited to 'asm/arm/YMakefile')
-rw-r--r--asm/arm/YMakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/arm/YMakefile b/asm/arm/YMakefile
new file mode 100644
index 0000000..833bb88
--- /dev/null
+++ b/asm/arm/YMakefile
@@ -0,0 +1,8 @@
+<ymake>
+ <build>
+ <name>arm</name>
+ <source>main.cpp</source>
+ <linklib>fmt</linklib>
+ <linklib>reichwein</linklib>
+ </build>
+</ymake>