14 lines
220 B
Makefile
14 lines
220 B
Makefile
|
PROG= set2061
|
||
|
SRCS= main.c ICD2061Aalt.c
|
||
|
CFLAGS+= -DGCCUSESGAS -DPCVT_STANDALONE
|
||
|
NOMAN=
|
||
|
|
||
|
all: $(PROG)
|
||
|
|
||
|
install: ${DEMOS}
|
||
|
@echo "set2061 is not installed automatically ...."
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|
||
|
$(PROG): compiler.h
|