2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-31 16:40:26 +00:00

Makefile: add clean/distclean targets

This commit is contained in:
Dietmar Maurer
2013-08-06 11:01:17 +02:00
parent 22e5ba0286
commit 2cc3e3cc8a

View File

@@ -19,3 +19,10 @@ test1: test_display_no_ssl
.PHONY: test2 .PHONY: test2
test2: spiceterm test2: spiceterm
./spiceterm & remote-viewer spice://localhost:5912 ./spiceterm & remote-viewer spice://localhost:5912
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~ ${PROGRAMS}