add target "new_file" to makefile
This commit is contained in:
parent
634f96f7c3
commit
545980169c
5
makefile
5
makefile
@ -132,6 +132,7 @@ install: $(LIBNAME)
|
||||
test: $(LIBNAME) demo/demo.o
|
||||
$(CC) $(CFLAGS) demo/demo.o $(LIBNAME) -o test
|
||||
|
||||
.PHONY: mtest
|
||||
mtest:
|
||||
cd mtest ; $(CC) $(CFLAGS) mtest.c -o mtest
|
||||
|
||||
@ -217,3 +218,7 @@ zipup: clean manual poster docs
|
||||
tar -c libtommath-$(VERSION)/* | bzip2 -9vvc > ltm-$(VERSION).tar.bz2 ; \
|
||||
zip -9 -r ltm-$(VERSION).zip libtommath-$(VERSION)/* ; \
|
||||
mv -f ltm* ~ ; rm -rf libtommath-$(VERSION)
|
||||
|
||||
new_file:
|
||||
bash updatemakes.sh
|
||||
perl dep.pl
|
||||
|
Loading…
Reference in New Issue
Block a user