set copy flag to -u (--update)

This commit is contained in:
PoetryInCode 2020-03-16 14:05:29 -04:00 committed by GitHub
parent c9be7aa872
commit be9b8e7606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ LINK=-lncurses
FINBIN=bin/main.o FINBIN=bin/main.o
install: build ; install: build ;
cp $(FINBIN) /usr/local/bin/ cp -u $(FINBIN) /usr/local/bin/
build: build:
$(CMD) ./src/main.c $(LINK) -o ./bin/matrix $(CMD) ./src/main.c $(LINK) -o ./bin/matrix