Fix ‘goal’ when it appears as a target (meaning ‘goal()’).
[goals.git] / Makefile.in
index 2928514..4a8795c 100644 (file)
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-SUBDIRS = parsing
+SUBDIRS = src tests
 
 all clean depend install:
-       $(MAKE) -C parsing $@
+       $(MAKE) -C src $@
 
 config.h: stamp-h
 stamp-h: config.h.in config.status
@@ -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