Skip to content

Commit c52140e

Browse files
author
Oscar Nierstrasz
committedApr 18, 2011
added make command
1 parent cb349c1 commit c52140e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎make.command

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/sh
2+
3+
cd `dirname "$0"`
4+
make all

0 commit comments

Comments
 (0)
Please sign in to comment.