Skip to content
Snippets Groups Projects
Commit f94becc6 authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Merge branch 'master' of https://github.com/lagoproject/easy

parents 8b94c007 9a6b5f72
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ run:
$(MAKE) -C $(SIM_DIR)
clean:
rm -f bin/*
rm -rf bin
$(MAKE) -C $(CODE_DIR) clean
simclean:
......
......@@ -33,6 +33,7 @@ clean:
rm -f $(TARGETS) *.o *Dict*
install:
mkdir -p ../bin/
cp $(TARGETS) ../bin/
# dependencies added by makedep (and slightly alterated for ROOT dictionnaries)
......
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