diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-26 09:04:55 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-26 09:04:55 -0500 |
commit | fba3039a03ae55a080b530665cfa0a9271f55d98 (patch) | |
tree | ff843878309e7de809852965394df4c0ae0524ef /.hgignore | |
parent | 47ca09964c4dbd1163793798fe86fc38338df47c (diff) |
Using libtool to build and install liburweb*
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,8 +12,12 @@ src/urweb.mlb *.lex.* *.grm.* *.o -*.do +*.lo +*.la +*.a +*.so *.so.* +*.lai src/config.sml |