about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f42792d..ba6aaf7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,13 @@
 CONLANGS=haasdaiga ravna isanercent djanzi
 BUILD_CONLANGS := $(addprefix build-,${CONLANGS})
 PACKAGE_CONLANGS := $(addprefix package-,${CONLANGS})
-all: install-net install-geek
+all: clean install-net install-geek
 
 install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS}
 	rsync -ah --delete --inplace dot$*/ /var/lib/www/xrvs.$*/
 
+clean:
+	rm -rf fead ${CONLANGS} web-cv
 
 webring:
 	git clone /var/lib/git/~cnx/fead;