Fix ‘goal’ when it appears as a target (meaning ‘goal()’).
[goals.git] / Makefile.in
index 30fe5b1..4a8795c 100644 (file)
@@ -16,7 +16,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-SUBDIRS = src
+SUBDIRS = src tests
 
 all clean depend install:
        $(MAKE) -C src $@
@@ -27,7 +27,10 @@ stamp-h: config.h.in config.status
        touch $@
 
 Makefile: Makefile.in config.status
-       ./config.status Makefile
+       ./config.status $@
+
+run: run.in config.status
+       ./config.status $@
 
 $(srcdir)/configure: configure.ac aclocal.m4
        cd '$(srcdir)' && autoconf