Eliminate spurious 'u' entries on update.
[asure.git] / Makefile
blobd0e1426a1465aa6ba41e4bf2f2c5ff7519834f12
1 # Make for 'test'.
3 all:
4 @echo Python is compiled on demand.
6 TESTS = $(wildcard t_*.py)
7 TESTS_RAN = $(patsubst %,%-passed,$(TESTS))
8 test sure: $(TESTS_RAN)
10 %.py-passed: %.py
11 python $^