diff options
Diffstat (limited to 'libtommath/makefile')
-rw-r--r-- | libtommath/makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libtommath/makefile b/libtommath/makefile index 70de306..e08a888 100644 --- a/libtommath/makefile +++ b/libtommath/makefile @@ -3,7 +3,7 @@ #Tom St Denis #version of library -VERSION=0.42.0 +VERSION=0.39 CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare @@ -40,13 +40,12 @@ else USER=$(INSTALL_USER) endif +default: libtommath.a + #default files to install ifndef LIBNAME LIBNAME=libtommath.a endif - -default: ${LIBNAME} - HEADERS=tommath.h tommath_class.h tommath_superclass.h #LIBPATH-The directory for libtommath to be installed to. |