Commit Graph

103 Commits

Author SHA1 Message Date
d9035d0eab clean up makefile 2023-07-20 03:15:54 +03:00
63627d9c7a add wasm support 2023-07-20 03:12:53 +03:00
9ae589e238 update raylib to 4.5 2023-07-17 16:57:54 +03:00
return215
f8e5c9ce55 Update makefile to use raylib submodule 2022-07-02 09:28:29 +07:00
Aryeh
6c08a8d73e updated makefile to include zlib license 2022-02-13 16:35:38 +11:00
Jonathan Moallem
f735e84d8c
Updated macro passing in Makefile to use CXXFLAGS 2021-10-07 23:36:59 +11:00
Aryeh
9724b7f7cd
Added ability to add custom macro definitions 2021-06-27 14:39:00 +10:00
mTvare
700426e649
Fix broken dll's on windows (#5)
* Update Makefile
2021-04-05 00:01:46 +10:00
Jonathan Moallem
f8137f253e
Updated Makefile to support recursive MKDIR operations in Windows 2021-03-31 20:49:54 +11:00
Jonathan Moallem
0bbbec7bb3 Added the ability to pass arguments to the executable, updated docs 2020-12-12 22:22:05 +11:00
Jonathan Moallem
1bd9c7e4ef Fixed conditional compilation to regard headers using dependency files 2020-12-03 22:26:25 +11:00
Jonathan Moallem
e29d85f0ee Added platform-generic commands to Makefile and fixed Windows linking issues 2020-12-03 21:13:24 +11:00
Jonathan Moallem
828d38f16e Updated Makefile for conditional compilation and recursive pattern searching 2020-12-03 12:47:08 +11:00
Jonathan Moallem
2002bb961b Made Makefile automatically gather compilation sources from src directory 2020-12-01 14:15:35 +11:00
Jonathan Moallem
0bf363087e
Renamed default run target to all 2020-12-01 11:46:59 +11:00
Jonathan Moallem
727c7d9f75 Fixed cp command for Linux 2020-11-30 15:14:25 +11:00
Jonathan Moallem
c8a4c1a8b4 Cleaned up Makefile and ignored clean target del for Windows 2020-11-30 15:06:39 +11:00
Aryeh
d533475df5 Removed wildcard 2020-11-30 14:49:10 +11:00
Aryeh
db4d947ebe Replaced del with erase 2020-11-30 14:46:20 +11:00
Jonathan Moallem
43e4b7a079 Removed pre-path from build 2020-11-30 14:27:02 +11:00
Jonathan Moallem
dcd700de57 Added extra debugging output for clean target 2020-11-30 14:24:43 +11:00
Jonathan Moallem
65a363ff43
Updated del command in clean 2020-11-30 09:38:03 +11:00
aryeh
f26dc388db Removed rmdir 2020-11-29 21:15:41 +11:00
Jonathan Moallem
b825e02264 Update clean command for windows 2020-11-29 18:44:21 +11:00
Jonathan Moallem
8da969e9f7 Updated windows del command 2020-11-29 18:40:09 +11:00
Jonathan Moallem
f2d4a606c3 Separated platforms in Makefile 2020-11-29 18:36:18 +11:00
Jonathan Moallem
6fa0959ac6 Fixed then command 2020-11-29 18:30:28 +11:00
Jonathan Moallem
9cb0fe368d Re-specified mkdir per platform 2020-11-29 18:27:04 +11:00
Jonathan Moallem
f0581b83fb Removed batch file creation logic 2020-11-29 18:16:13 +11:00
Aryeh
6d8ff0b61f
Removed trailing . 2020-11-29 18:11:24 +11:00
Aryeh
a9feb9f330
Added dir command 2020-11-29 18:08:39 +11:00
Aryeh
62e5a06b39
Removed type command 2020-11-29 18:06:13 +11:00
Aryeh
41decacdc8
Update Makefile 2020-11-29 18:04:02 +11:00
Aryeh
4d7258bda1
Moved bat file creation to submodlues target 2020-11-29 18:01:52 +11:00
Jonathan Moallem
f96230ee03
Update Makefile 2020-11-29 17:57:52 +11:00
Jonathan Moallem
f5018d994e
Update Makefile 2020-11-29 17:54:12 +11:00
Jonathan Moallem
db1646f00c
Update Makefile 2020-11-29 17:49:47 +11:00
Jonathan Moallem
6b961629f6
Update Makefile 2020-11-29 17:42:42 +11:00
Jonathan Moallem
c8e225e515
Update Makefile 2020-11-29 17:37:54 +11:00
Jonathan Moallem
d4093b8bd7
Update Makefile 2020-11-29 17:24:43 +11:00
Jonathan Moallem
01638ccd27
Update Makefile 2020-11-29 17:07:36 +11:00
Aryeh
e53330b6f4
Update Makefile 2020-11-29 17:00:40 +11:00
Jonathan Moallem
6438ffb483
Update Makefile 2020-11-29 16:58:47 +11:00
Jonathan Moallem
9e94a8f761
Replaced exit with echo 2020-11-29 16:53:20 +11:00
Jonathan Moallem
e0a772ed90
Updated THEN macro to be single ampersand 2020-11-29 16:51:26 +11:00
Jonathan Moallem
9adda4ead0
Changed then to logical OR 2020-11-29 16:45:08 +11:00
Aryeh
39b4a90e5a
Update Makefile 2020-11-29 16:38:16 +11:00
Aryeh
bb08e6b6cb
Added error level remapping 2020-11-29 16:30:10 +11:00
Aryeh
320bc1b7f4
Update Makefile 2020-11-29 16:23:52 +11:00
Aryeh
28d4e3e5f7
Added double q
Added double quotes
2020-11-29 16:14:05 +11:00