diff options
author | Thing1 <thing1@seacrossedlovers.xyz> | 2024-09-23 17:56:04 +0100 |
---|---|---|
committer | Thing1 <thing1@seacrossedlovers.xyz> | 2024-09-23 17:56:04 +0100 |
commit | 468fc8ca7d9ea4a0529aa055bad14c02347c748a (patch) | |
tree | e32ae196e4c269610afcc8672bde7116274471d9 /comp/lucas-standen-NEA/code2/Makefile | |
parent | b41a06dceaa2b4432900db98c49e55118b77fdef (diff) |
made the raylib example better
Diffstat (limited to 'comp/lucas-standen-NEA/code2/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/Makefile b/comp/lucas-standen-NEA/code2/Makefile index 60e84c6..9db83ac 100644 --- a/comp/lucas-standen-NEA/code2/Makefile +++ b/comp/lucas-standen-NEA/code2/Makefile @@ -8,6 +8,7 @@ all: clean: rm -rf zpy *.o *.core sample out stdlib/*.o cd stdlib && make clean + cd examples && make clean install: all mkdir -p /usr/local/share/zpylib @@ -16,5 +17,8 @@ install: all cd stdlib && make install +example: all + cd examples && make + uninstall: rm /usr/local/bin/zpy |