mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-03-09 12:58:35 +03:00
15 lines
220 B
Makefile
15 lines
220 B
Makefile
SUBDIRS = etc_network_interfaces
|
|
|
|
all:
|
|
|
|
.PHONY: check install clean distclean
|
|
|
|
check:
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
|
|
./lock_file.pl
|
|
./calendar_event_test.pl
|
|
|
|
install: check
|
|
distclean: clean
|
|
clean:
|