diff --git a/contrib/gnu/Makefile b/contrib/gnu/Makefile new file mode 100755 index 000000000..468c93f62 --- /dev/null +++ b/contrib/gnu/Makefile @@ -0,0 +1,4 @@ + +all install clean: + cd emacs-21.4 && $(MAKE) $@ + cd lynx2-8-5 && $(MAKE) $@