Parent: [ca078b] (diff)

Download this file

Makefile    10 lines (7 with data), 163 Bytes

1
2
3
4
5
6
7
8
all:
$(MAKE) -C abx
$(MAKE) -C abxmktest
./tools/bundle.sh abx bin/upabx
./tools/bundle.sh abxmktest bin/upabxmktest
clean:
rm -f bin/upabx bin/upabxmktest