mirror of
git://git.proxmox.com/git/pve-common.git
synced 2024-12-22 21:33:47 +03:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
all:
|
|
.PHONY: check install clean distclean
|
|
install: check
|
|
clean:
|
|
distclean: clean
|
|
check:
|
|
./runtest.pl
|