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 menu
|
||||||
make games
|
make games
|
||||||
make mods
|
make mods
|
||||||
make plugins
|
make plugs
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
cd menu-fn && $(MAKE)
|
cd menu-fn && $(MAKE)
|
||||||
|
@ -29,5 +29,5 @@ mods:
|
||||||
cd client/hunger && $(MAKE)
|
cd client/hunger && $(MAKE)
|
||||||
cd server/hunger && $(MAKE)
|
cd server/hunger && $(MAKE)
|
||||||
|
|
||||||
plugins:
|
plugs:
|
||||||
cd plugins && $(MAKE)
|
cd plugins && $(MAKE)
|
||||||
|
|
Loading…
Reference in a new issue