summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 093cbb5..31d23fb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,15 +5,12 @@
all:
cd src && $(MAKE)
- cd sample && $(MAKE)
install:
cd src && $(MAKE) install
- cd sample && $(MAKE) install
clean:
cd src && $(MAKE) clean
- cd sample && $(MAKE) clean
opt:
$(MAKE) all