mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-16 13:07:40 +00: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
|