Files
adam 93c7475e3c Make the dependency phase always run.
This helps as I'm renaming files.
2024-04-27 12:11:53 -04:00

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