We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3b28b commit da9e881Copy full SHA for da9e881
src/Makefile
@@ -959,6 +959,7 @@ ifeq ($(ROOT),root)
959
endif
960
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
961
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
962
+ rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rcamera.h
963
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
964
@echo "raylib development files removed!"
965
else
0 commit comments