diff options
Diffstat (limited to 'asm/arm/YMakefile')
-rw-r--r-- | asm/arm/YMakefile | 8 |
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> |