update makefile.

This commit is contained in:
Kelvin Sherlock 2016-09-27 09:57:15 -04:00
parent 31a0064f56
commit 125c4b9121

View File

@ -1,9 +1,20 @@
SRC = appleIIgs.ti gno-console.ti gsos-console.ti proterm-special.ti
.PHONY : install .PHONY : install
.PHONY : test .PHONY : test
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 gsos-console.ti
tic -v10 -N -c proterm-special.ti
install : 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 gsos-console.ti
tic -v10 -N -s proterm-special.ti
all.ti : $(SRC)
cat $^ > $@