Skip to content

Commit

Permalink
clean user build
Browse files Browse the repository at this point in the history
  • Loading branch information
cm68 committed Sep 26, 2020
1 parent 7a81a73 commit e0448a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DIRS = lib tools usersim

all:
for i in $(DIRS) ; do \
(cd $$i ; make ) ; \
done

0 comments on commit e0448a3

Please sign in to comment.