In the process of setting up a convenient Makefile build system

This commit is contained in:
Fatbag 2011-12-06 03:09:32 -06:00
parent 8a16e52bf6
commit 1a279588f1
16 changed files with 378 additions and 22 deletions

9
packages.makefile Normal file
View 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