diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-04 20:09:08 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-04 20:09:08 +0200 |
| commit | c572b8e7a250ecfba7836c55bb5eda4c9473280a (patch) | |
| tree | 56e513682ede75e15dba8049240ff535ef183540 /Makefile.am | |
| parent | cad89a1f9b9e36d7490c3f8cd1449082a1285050 (diff) | |
| download | cataract-c572b8e7a250ecfba7836c55bb5eda4c9473280a.tar.xz | |
New block parser
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 76fd658..7c7a990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ DISTCLEANFILES = \ # "make samples" target # generate sample structure samples: - (cd sample && ./gen.sh) + (cd sample && ./gen.sh $@) ACLOCAL_AMFLAGS = -I m4 |
