mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-19 17:51:22 +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 |