Sfoglia il codice sorgente

Makefile.am: add clean rule for StarPU-Top

Nathalie Furmento 14 anni fa
parent
commit
3b923efb89
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -70,6 +70,8 @@ clean-local:
 install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
 	$(INSTALL_STRIP_PROGRAM) starpu-top/StarPU-Top $(DESTDIR)$(bindir)
+uninstall-local:
+	$(RM) $(DESTDIR)$(bindir)/StarPU-Top
 endif
 
 if STARPU_HAVE_WINDOWS