changed install target to correct file

This commit is contained in:
Solomon W. 2020-03-16 14:10:54 -04:00
parent be9b8e7606
commit d94bcdf287

View File

@ -9,7 +9,7 @@ OTHER=
CMD=$(CC) $(DBG) -std=$(STD) $(OPT) $(OPT)
LINK=-lncurses
FINBIN=bin/main.o
FINBIN=bin/matrix
install: build ;
cp -u $(FINBIN) /usr/local/bin/