update makefile.

This commit is contained in:
Kelvin Sherlock 2016-09-27 09:57:15 -04:00
parent 31a0064f56
commit 125c4b9121
1 changed files with 11 additions and 0 deletions

View File

@ -1,9 +1,20 @@
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 $^ > $@