From 2cc3e3cc8a0a95aeaf1cef1fbeee37533b59f3b8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 6 Aug 2013 11:01:17 +0200 Subject: [PATCH] Makefile: add clean/distclean targets --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 77b93c9..1229e58 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,10 @@ test1: test_display_no_ssl .PHONY: test2 test2: spiceterm ./spiceterm & remote-viewer spice://localhost:5912 + +.PHONY: distclean +distclean: clean + +.PHONY: clean +clean: + rm -rf *~ ${PROGRAMS} \ No newline at end of file