Skip to content

Commit

Permalink
add general Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Mar 10, 2021
1 parent aeb6acd commit 181150b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
all: applet overlay

applet:
$(MAKE) -f Makefile.applet

overlay:
$(MAKE) -f Makefile.overlay

clean:
$(MAKE) -f Makefile.applet clean
$(MAKE) -f Makefile.overlay clean

.PHONY: all applet overlay

0 comments on commit 181150b

Please sign in to comment.