Explorar o código

Makefile.am: add clean rule for StarPU-Top

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
3b923efb89
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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