Files
xc8-picamp/Build.cmd
2023-11-23 23:04:00 +01:00

4 lines
72 B
Batchfile

mkdir output
%XC_DIR%\xc8.exe --chip=%1 --outdir=".\output" ".\main.c"