Commit Graph

167 Commits

Author SHA1 Message Date
Jonathan Moallem
462fd1c302 Renamed all GitHub actions tests to build 2021-03-26 22:50:44 +11:00
Jonathan Moallem
4fc8180a46
Fixed up copy errors in Makefile explanation doc 2021-02-20 11:41:11 +11:00
Jonathan Moallem
bb57fdd905 Completed Makefile explanation doc for default target 2021-02-19 18:40:18 +11:00
Jonathan Moallem
f639318260 Added content on application target to Makefile explanation doc 2021-02-18 18:29:31 +11:00
Jonathan Moallem
7a455a4bda
Blocked out all target subsection of makefile explanation doc 2021-01-09 23:43:39 +11:00
Jonathan Moallem
8525e5ae7d
Added macro section to the makefile explanation doc 2021-01-05 22:14:53 +11:00
Jonathan Moallem
ca09666d53
Added PHONY target section to Makefile explanation file 2020-12-25 16:47:59 +11:00
Jonathan Moallem
6b90d8ae33
Updated ordering of Makefile explanation doc 2020-12-25 15:43:26 +11:00
Jonathan Moallem
49f9c01ba3 Made small copy fixes to docs 2020-12-13 10:25:13 +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
6606b974aa
Added introduction and setup explanation to Makefile doc 2020-12-11 18:53:55 +11:00
Jonathan Moallem
68bb1f57f9
Added Makefile explanation docs page 2020-12-04 21:23:54 +11:00
Jonathan Moallem
cb05e2489e
Added section on separate compilation to Readme 2020-12-04 21:21:38 +11:00
Jonathan Moallem
1bd9c7e4ef Fixed conditional compilation to regard headers using dependency files 2020-12-03 22:26:25 +11:00
Aryeh
193da09dd6
Merge pull request #3 from CapsCollective/auto-sources
Made Makefile automatically gather compilation sources and implemented conditional compilation
2020-12-03 21:19:24 +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
f5e2a95f57
Updated Readme to use relative links 2020-12-01 11:35:25 +11:00
Aryeh
f5c8e231be
Merge pull request #2 from CapsCollective/Windows
Got windows building. Need to test with CI/CD
2020-11-30 15:16:21 +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
Jonathan Moallem
3c4a81e1b6
Updated Windows build instruction in the Readme 2020-11-30 00:58:09 +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