* moved compiled files to single subdirectory

This commit is contained in:
Vovanium 2021-09-14 17:14:52 +03:00
parent 5ab184a806
commit 079765733f
5 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project STM32F4_Library is
for Source_Dirs use ("source", "source/f4");
for Object_Dir use "objects/f4";
for Library_Dir use "library/f4";
for Object_Dir use "build/objects/f4";
for Library_Dir use "build/library/f4";
for Library_Name use "stm32f4";
for Library_Kind use "static";
for Target use "arm-elf";