Fix uninstall process to remove rcamera header file

This commit is contained in:
0x00650a 2026-03-18 12:56:33 -04:00 committed by 0x00650a
parent 2a3b28b67a
commit 33b7eb2559

View File

@ -959,6 +959,7 @@ ifeq ($(ROOT),root)
endif endif
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rcamera.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
@echo "raylib development files removed!" @echo "raylib development files removed!"
else else