samd: Remove "makefile" file.

This file can be added by a user to customise the build process.
pull/4891/head
Damien George 2019-07-02 17:09:59 +10:00
rodzic 2920d26af5
commit 08075beeb9
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -1,12 +0,0 @@
#BOARD = TRINKET
UF2DEV = /dev/sdb
#UF2CONV = /home/damien/others/uf2/utils/uf2conv.py
include Makefile
deploy: $(BUILD)/firmware.uf2
$(ECHO) "Copying $< to the board"
mount $(UF2DEV)
cat /mnt/INFO_UF2.TXT > /dev/null
cp $< /mnt
umount /mnt