Makefile: Apparently a target can't be called 'plugins', so we'll rename it to 'plugs'. Neat.

This commit is contained in:
Marco Cawthorne 2020-10-06 14:34:26 +02:00
parent 5810da8069
commit 4e9be1a7bc

View file

@ -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)