Skip to content

Commit

Permalink
Makefile: add clean target
Browse files Browse the repository at this point in the history
Change-Id: I916bc8d065fad02d2e187f53fe552fa5efd30ed9
  • Loading branch information
riebl committed Jan 25, 2017
1 parent 707e869 commit 334e3fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ VEINS_DIR = extern/veins

all: vanetza veins

clean:
$(MAKE) -C $(VEINS_DIR) cleanall
rm -rf $(VANETZA_BUILD_DIR)

$(VEINS_DIR)/src/Makefile: $(VEINS_DIR)/.gitrepo
cd $(VEINS_DIR) && $(PYTHON) configure
$(MAKE) -C $(VEINS_DIR)/src depend
Expand Down

0 comments on commit 334e3fa

Please # to comment.