You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
189 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -16,7 +16,6 @@ endif
  4. ifeq ($(GOLANG),yes)
  5. $(MAKE) -C go $@
  6. endif
  7. - $(MAKE) -C tests $@
  8. $(MAKE) -C progs $@
  9. $(MAKE) -C doc $@
  10. $(MAKE) -C kdebug $@