Files
aqhomecontrol/avr/0BUILD
Martin Preuss 112e15e41b Initial import.
2023-01-16 23:12:09 +01:00

24 lines
271 B
Plaintext

<?xml?>
<gwbuild>
<target type="AvrHexFile" name="aqhomeavr" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
</gwbuild>