mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-10-15 16:03:37 -04:00
In the process of setting up a convenient Makefile build system
This commit is contained in:
parent
8a16e52bf6
commit
1a279588f1
16 changed files with 378 additions and 22 deletions
9
packages.makefile
Normal file
9
packages.makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
####
|
||||
## [Packages]
|
||||
|
||||
all: client filehandler server fardive
|
||||
|
||||
include Client/Makefile
|
||||
include Libraries/FileHandler/Makefile
|
||||
include Server/Makefile
|
||||
include Tools/FARDive/Makefile
|
Loading…
Add table
Add a link
Reference in a new issue