Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-11-17 18:14:09 +00:00
parent 0632c9f345
commit e6d95fb6b6
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -72,7 +72,7 @@ $(__Libxcb-errors): libxcb-errors
cd libxcb-errors && { \ cd libxcb-errors && { \
git submodule update --init ; \ git submodule update --init ; \
/bin/sh autogen.sh ; \ /bin/sh autogen.sh ; \
/bin/sh configure --prefix=/usr } /bin/sh configure --prefix=/usr ; }
make -C libxcb-errors && sudo make -C libxcb-errors install make -C libxcb-errors && sudo make -C libxcb-errors install
__Aquamarine = $(INCLUDE_SYS_PATH)/aquamarine __Aquamarine = $(INCLUDE_SYS_PATH)/aquamarine