diff --git a/.gitignore b/.gitignore index 5936952..5537170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc TAGS log +*.DS_Store diff --git a/j1a/Makefile b/j1a/Makefile index 574031b..13b72be 100644 --- a/j1a/Makefile +++ b/j1a/Makefile @@ -33,10 +33,10 @@ endif ifeq ($(UNAME_S),Darwin) -/dev/tty.usbserial-241B: mackextload +/dev/tty.usbserial-*B: mackextload -connect: /dev/tty.usbserial-241B - sudo python shell.py -h /dev/tty.usbserial-241B -p ../common/ +connect: /dev/tty.usbserial-*B + sudo python shell.py -h /dev/tty.usbserial-*B -p ../common/ j4a: mackextunload make -C icestorm j4a