diff options
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 80eafc7..779aacd 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -10,3 +10,4 @@ all: make -C fetch/ $(ARGS) make -C kfgwm/ $(ARGS) make -C time/ $(ARGS) + make -C mex/ $(ARGS) |