mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 09:11:20 +00:00
9 lines
No EOL
185 B
Makefile
9 lines
No EOL
185 B
Makefile
####
|
|
## [Packages]
|
|
|
|
all: client filehandler server fardive
|
|
|
|
include Client/Makefile
|
|
include Libraries/FileHandler/Makefile
|
|
include Server/Makefile
|
|
include Tools/FARDive/Makefile |