summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Murphy <patrick.muprphy@multitech.com>2020-04-13 13:24:41 -0500
committerPatrick Murphy <patrick.muprphy@multitech.com>2020-04-13 13:24:41 -0500
commitf8ba84f1366cc4df61b8f16afd8ed872db8930cc (patch)
tree3c925b228d17188ad99bb86ebf0ce6f88bf89d7c /Makefile
parentf895e46a542d07fec1cdff621ff250b156f0069e (diff)
downloadcommissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.tar.gz
commissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.tar.bz2
commissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.zip
fcgi commissioning 1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e69de29..3df9813 100644
--- a/Makefile
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+ (cd src; make)
+
+install:
+ (cd src; make install)
+
+clean:
+ (cd src; make clean) \ No newline at end of file