fix issues with make

This commit is contained in:
Liam Waldron 2023-03-30 13:08:30 -04:00
parent ca842a3235
commit 601cbce5e7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
include config.mk
install: src/libcolor.h:
install src/libcolor.h $(PREFIX)/include
install: src/libcolor.h
install src/libcolor.h $(PREFIX)/include/libcolor.h

View File

@ -1 +1 @@
$(PREFIX) = /usr
PREFIX = /usr