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 | 28d82cd2aa28b44ae524aa44182d5b871b490836 (patch) | |
tree | ff843878309e7de809852965394df4c0ae0524ef /.hgignore | |
parent | 0bc86f33a7812d38240071378f938ec36a89a6b4 (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 |