summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-24 11:09:12 +0200
committerRay <[email protected]>2022-06-24 11:09:12 +0200
commit1211047e1ca180cee8e9e7497256cc6a95fb5e6f (patch)
tree14e369ec203b705395d6ed2c2306e3e85379a4da /src/Makefile
parent63568721f9aace1a6f4c232d49b490ebb473b510 (diff)
downloadraylib-1211047e1ca180cee8e9e7497256cc6a95fb5e6f.tar.gz
raylib-1211047e1ca180cee8e9e7497256cc6a95fb5e6f.zip
Removed physac #2543
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4a79b244..1a16c3ab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -738,7 +738,6 @@ ifeq ($(ROOT),root)
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
- cp --update extras/physac.h $(RAYLIB_H_INSTALL_PATH)/physac.h
@echo "raylib development files installed/updated!"
else
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
@@ -766,7 +765,6 @@ ifeq ($(ROOT),root)
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)/rlgl.h
- rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/physac.h
@echo "raylib development files removed!"
else
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"