From fde932f216932009fc7cdb1b362012651c03468f Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 21 Mar 2010 04:36:03 +0100 Subject: make test: don't use "clean" before "test" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60de6487..83ee1e3d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ cleandoc: clean: find . -regex .\*.py[co]$ | xargs rm -f -- -test: clean +test: ./all_tests.py edit: -- cgit 1.4.1-2-gfad0 index : mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/arc/stdin.mu
blob: 87598667ff47259663f9c0c33774efb0e6dd90f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27