Skip to content

Commit

Permalink
Add convenience Makefile in web subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed Oct 6, 2023
1 parent f53088e commit f080353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Invokes Makefile in top-level directory
all:
$(MAKE) -C .. $@
%:
$(MAKE) -C .. $@

0 comments on commit f080353

Please sign in to comment.