Skip to content
Snippets Groups Projects
Commit 50b62f4f authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix double target dist-dir

parent 64efbf8e
No related branches found
No related tags found
No related merge requests found
...@@ -180,10 +180,6 @@ include $(DOME)/template/makefile ...@@ -180,10 +180,6 @@ include $(DOME)/template/makefile
BINDIR=$(PREFIX)/bin BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/lib LIBDIR=$(PREFIX)/lib
dist-dir:
@echo "Cleaning dist"
@rm -fr dist
UNAME=$(shell uname) UNAME=$(shell uname)
ifeq ($(UNAME),Darwin) ifeq ($(UNAME),Darwin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment