diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:34:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:34:30 +0100 |
commit | 9688282d013caad855efaffb2adc0686511a4ceb (patch) | |
tree | 0bff3f5a864ba39026f9c840ca43bc5d2272dd3c /linux.mk | |
parent | Update readme (diff) | |
download | libsha1-9688282d013caad855efaffb2adc0686511a4ceb.tar.gz libsha1-9688282d013caad855efaffb2adc0686511a4ceb.tar.bz2 libsha1-9688282d013caad855efaffb2adc0686511a4ceb.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r-- | linux.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux.mk b/linux.mk deleted file mode 100644 index 3a44969..0000000 --- a/linux.mk +++ /dev/null @@ -1,5 +0,0 @@ -LIBEXT = so -LIBFLAGS = -shared -Wl,-soname,libsha1.$(LIBEXT).$(LIB_MAJOR) - -LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) -LIBMINOREXT = $(LIBEXT).$(LIB_MAJOR).$(LIB_MINOR) |