mirror of
https://github.com/ksherlock/a2-terminfo.git
synced 2025-02-08 23:31:07 +00:00
10 lines
115 B
Makefile
10 lines
115 B
Makefile
|
|
.PHONY : install
|
|
.PHONY : test
|
|
|
|
test :
|
|
tic -v10 -N -c gsos-console.ti
|
|
|
|
install :
|
|
tic -v10 -N -s gsos-console.ti
|