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