a2-terminfo/Makefile

23 lines
474 B
Makefile
Raw Permalink Normal View History

2016-07-11 16:52:06 +00:00
SRC = appleIIgs.ti gno-console.ti gsos-console.ti proterm-special.ti apppleIII.ti
2016-09-27 13:57:15 +00:00
2016-07-11 16:52:06 +00:00
.PHONY : install
.PHONY : test
test :
2016-09-27 13:57:15 +00:00
tic -v10 -N -c appleIIgs.ti
tic -v10 -N -c gno-console.ti
tic -v10 -N -c gsos-console.ti
2016-09-27 13:57:15 +00:00
tic -v10 -N -c proterm-special.ti
tic -v10 -N -c appleIII.ti
2016-07-11 16:52:06 +00:00
install :
2016-09-27 13:57:15 +00:00
tic -v10 -N -s appleIIgs.ti
tic -v10 -N -s gno-console.ti
tic -v10 -N -s gsos-console.ti
2016-09-27 13:57:15 +00:00
tic -v10 -N -s proterm-special.ti
tic -v10 -N -s appleIII.ti
2016-09-27 13:57:15 +00:00
all.ti : $(SRC)
cat $^ > $@