diff options
author | William Ahern <william@server.local> | 2013-12-09 20:56:25 -0800 |
---|---|---|
committer | William Ahern <william@server.local> | 2013-12-09 20:56:25 -0800 |
commit | d4aa420319bff15a6f84f679c6374dda7cf1b0f2 (patch) | |
tree | b716502f27733e5dd9d2e45715a00bf88586e12e /Makefile | |
parent | e42cc7815ff3c948c4ab4e2782da2a2cb4f476bf (diff) | |
download | luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.tar.gz luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.tar.bz2 luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.zip |
move newly split files into src/ directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index d0f0d47..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -.POSIX: - -all: - +gmake -f GNUmakefile all - -.DEFAULT: - +gmake -f GNUmakefile $< |