diff --git a/make/dummy-topdir.mk b/make/dummy-topdir.mk new file mode 100644 index 00000000..ad6b6c0e --- /dev/null +++ b/make/dummy-topdir.mk @@ -0,0 +1,13 @@ +# This file can be included from toplevel Makefiles of projects which are part +# of a jw-pkg project tree but don't want to provide necessary targets +# themselves. The targets in this makefile simply do nothing. Feel free to add +# functionality to whatever target seems useful to you. + +all: +install: +clean: +distclean: +check: +test: +get-%: +pkg-%: