Skip to content

Commit

Permalink
plan9: add a mkfile to compile, build and install artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Apr 8, 2019
1 parent f3abfe1 commit cb675fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mkfile
@@ -0,0 +1,14 @@
srcdir=.

DIRS=\
crypto\
ssl\
tls\
include\
apps\

all clean nuke install:V:
for(i in $DIRS) @{
cd $i
mk $target
}

0 comments on commit cb675fc

Please sign in to comment.