From a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 30 Oct 2009 14:23:43 -0800 Subject: Starting txr git. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b36dc41f..55adb34f 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ tests: txr $(TESTS) tests/001/%: TXR_ARGS := tests/001/data tests/002/%: TXR_OPTS := -DTESTDIR=tests/002 +tests/004/%: TXR_ARGS := -a 123 -b -c %.ok: %.txr ./txr $(TXR_DBG_OPTS) $(TXR_OPTS) $^ $(TXR_ARGS) > $(@:.ok=.out) -- cgit v1.2.3