- Added pmacterm, a new application which implements a terminal to a
Delta Tau motor controller
This commit is contained in:
13
utils/Make.pmacterm
Normal file
13
utils/Make.pmacterm
Normal file
@ -0,0 +1,13 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
OBJ=asynnet.o rwpuffer.o pmacterm.o
|
||||
|
||||
.c.o:
|
||||
$(CC) -c -g $*.c
|
||||
|
||||
all:pmacterm
|
||||
|
||||
pmacterm: $(OBJ)
|
||||
$(CC) -g -o pmacterm $(OBJ)
|
||||
|
Reference in New Issue
Block a user