aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-03-20 08:52:01 +0300
committerseyko <seyko2@gmail.com>2015-03-20 08:52:01 +0300
commitcfaa165e6229be597d4ca0353399f8938880200e (patch)
treea41141caf6df344f2e6adcafb09414e03c9c0268 /lib/Makefile
parent3dba9cc13d11d62ec20494fff02efa29dc8be0d8 (diff)
downloadtinycc-cfaa165e6229be597d4ca0353399f8938880200e.tar.gz
tinycc-cfaa165e6229be597d4ca0353399f8938880200e.tar.bz2
libtcc1.a while "configure --enable-cross"
build and install libtcc1.a for i386, x86_64 and arm64 (libtcc1.a for x86_64 was not installed on i386)
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d715ef6..90b3286 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -125,4 +125,4 @@ $(DIR)/exists :
@echo $@ > $@
clean :
- rm -rfv i386-win x86_64-win i386 x86_64
+ rm -rfv i386-win x86_64-win i386 x86_64 arm64