Skip to content

Commit

Permalink
Makefile: Add top-level makefile to build/clean everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Sep 16, 2020
1 parent 4706310 commit 71bb07c
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
@@ -0,0 +1,4 @@
all clean:
$(MAKE) -C src $@
$(MAKE) -C examples/tgzip $@
$(MAKE) -C examples/tgunzip $@

0 comments on commit 71bb07c

Please sign in to comment.