summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-06 17:00:04 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-06 17:00:04 +0100 |
commit | 3ff6b6efb39d490fb75f3f9d569ff657ef53c945 (patch) | |
tree | 96d920f41431f9c72fbaf2635469396ad68c4cfe /Makefile | |
parent | 3b865085e52f74dc77ff728bab82d6ba57cc36cf (diff) |
Got it to talk (incorrectly) to the client!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6815139 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +yaws: + yaws --conf conf/yaws.conf |