a2-terminfo/Makefile
2016-09-27 09:57:15 -04:00

21 lines
405 B
Makefile

SRC = appleIIgs.ti gno-console.ti gsos-console.ti proterm-special.ti
.PHONY : install
.PHONY : test
test :
tic -v10 -N -c appleIIgs.ti
tic -v10 -N -c gno-console.ti
tic -v10 -N -c gsos-console.ti
tic -v10 -N -c proterm-special.ti
install :
tic -v10 -N -s appleIIgs.ti
tic -v10 -N -s gno-console.ti
tic -v10 -N -s gsos-console.ti
tic -v10 -N -s proterm-special.ti
all.ti : $(SRC)
cat $^ > $@