Makefile: Apparently a target can't be called 'plugins', so we'll rename it to 'plugs'. Neat.
This commit is contained in:
parent
5810da8069
commit
4e9be1a7bc
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ all:
|
|||
make menu
|
||||
make games
|
||||
make mods
|
||||
make plugins
|
||||
make plugs
|
||||
|
||||
menu:
|
||||
cd menu-fn && $(MAKE)
|
||||
|
@ -16,7 +16,7 @@ games:
|
|||
cd server/rewolf && $(MAKE)
|
||||
cd client/gearbox && $(MAKE)
|
||||
cd server/gearbox && $(MAKE)
|
||||
# cd client/wastes && $(MAKE)
|
||||
#cd client/wastes && $(MAKE)
|
||||
#cd server/wastes && $(MAKE)
|
||||
|
||||
mods:
|
||||
|
@ -29,5 +29,5 @@ mods:
|
|||
cd client/hunger && $(MAKE)
|
||||
cd server/hunger && $(MAKE)
|
||||
|
||||
plugins:
|
||||
plugs:
|
||||
cd plugins && $(MAKE)
|
||||
|
|
Loading…
Reference in a new issue