t/Makefile: clean: Delete "tmpdir"
[gitspread.git] / Makefile
blob4b085227b503deae7e4930642c8846f498295eaf
1 #!/usr/bin/make
3 # Makefile for gitspread
4 # File ID: 567ed908-6129-11e0-8701-ef2dbadb811d
6 .PHONY: all
7 all:
9 .PHONY: clean
10 clean:
11 cd t && $(MAKE) clean
13 .PHONY: test
14 test:
15 cd t && $(MAKE) test