From 49425df94b9e5e3acf686d6bcef1a7491c703596 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 6 Jan 2014 18:24:13 +0100 Subject: Remove test.d. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da766e7..f1b6abc 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ send: # sends to fripost.org for publication rsync -ruvp --chmod=Dugo+rx,Fugo+r publish/ fripost@fripost.org:fripost.org/ clean: - rm -f *~*; rm -f test test.d/test; rmdir test.d + rm -f *~*; rm -f test test.d # Debuging and testing send-test: test.d/test -- cgit v1.2.3