Skip to content
Snippets Groups Projects
Commit 9a6b5f72 authored by lagovirtual's avatar lagovirtual
Browse files

Minor changes at makefile

parent 03e57e26
Branches master
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:
......
...@@ -30,6 +30,7 @@ clean: ...@@ -30,6 +30,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