# Alias alias a := all alias c := clean alias b := build # Default Target default := "CatFeeder" config: xmake f -v -c -y reload: direnv reload build: xmake b {{default}} rebuild: xmake b -r {{default}} clean: xmake c sync: lftp -v -c 'open -e "mirror -R build/cross/arm/ /" ftp://root:@192.168.137.3/' ftp: lftp ftp://root:@192.168.137.3/ ftp-tui: termscp -P "" ftp://root@192.168.137.3:21:/ tty: sudo minicom -D /dev/ttyUSB0 -b 115200 all: build sync