93c7475e3c
This helps as I'm renaming files.
12 lines
132 B
Makefile
12 lines
132 B
Makefile
all: depend
|
|
./build.sh -j9 uqm
|
|
|
|
config: clean
|
|
./build.sh uqm config
|
|
|
|
clean:
|
|
./build.sh uqm clean
|
|
|
|
depend:
|
|
./build.sh uqm depend
|