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:
7
Makefile
7
Makefile
@@ -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}
|
Reference in New Issue
Block a user