]> git.proxmox.com Git - spiceterm.git/commitdiff
Makefile: add clean/distclean targets
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 6 Aug 2013 09:01:17 +0000 (11:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 6 Aug 2013 09:01:17 +0000 (11:01 +0200)
Makefile

index 77b93c95d42d0dcb4b0d3f06aee4ea45a7b7ddc4..1229e58498535eb1ed09684149b546e7aa72e432 100644 (file)
--- 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