Skip to content

Commit

Permalink
A KUDOS-wide Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks committed Nov 3, 2016
1 parent 26eab47 commit 6dd9fe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: all clean

all:
make -C kudos
make -C userland

clean:
make -C kudos clean
make -C userland clean
rm store.file

0 comments on commit 6dd9fe7

Please sign in to comment.