]> git.proxmox.com Git - pve-firewall.git/commitdiff
make clean fix
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 22 Oct 2015 13:43:38 +0000 (15:43 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Oct 2015 10:13:10 +0000 (12:13 +0200)
src/PVE/Makefile

index c06350dc684e37e62be2f73c22cfa5e4ff488eb3..2c006c58b679ead67bfc3117e94e7cb496b811bb 100644 (file)
@@ -16,4 +16,4 @@ install:
 clean:
        rm -rf *~
        make -C API2 clean
-       make -C Service install
+       make -C Service clean