diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2020-04-13 13:24:41 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2020-04-13 13:24:41 -0500 |
commit | f8ba84f1366cc4df61b8f16afd8ed872db8930cc (patch) | |
tree | 3c925b228d17188ad99bb86ebf0ce6f88bf89d7c /Makefile | |
parent | f895e46a542d07fec1cdff621ff250b156f0069e (diff) | |
download | commissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.tar.gz commissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.tar.bz2 commissioning-f8ba84f1366cc4df61b8f16afd8ed872db8930cc.zip |
fcgi commissioning 1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +all: + (cd src; make) + +install: + (cd src; make install) + +clean: + (cd src; make clean)
\ No newline at end of file |