summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-01-15 01:04:48 -0500
committerXANTRONIX Development2022-01-15 01:04:48 -0500
commit10743527b811423032adb38a7dafe00f5b69443e (patch)
tree053653220f60d6179124c84faf580e1639753ceb /Makefile
parent031451c6287a344566c96b49274f92e9a44c6196 (diff)
downloadxas-10743527b811423032adb38a7dafe00f5b69443e.tar.gz
xas-10743527b811423032adb38a7dafe00f5b69443e.tar.bz2
xas-10743527b811423032adb38a7dafe00f5b69443e.zip
~Getting there, sweetie.~
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e476f4e..dcbc342 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
all:
$(MAKE) -C src all
+ $(MAKE) -C examples all
install:
$(MAKE) -C src install
clean:
$(MAKE) -C src clean
+ $(MAKE) -C examples clean