lib/html: implement the tag list as an hashset instead of a array.
[nit.git] / contrib / objcwrapper / Makefile
index e248fb1..33ed110 100644 (file)
@@ -1,5 +1,7 @@
 all: bin/objcwrapper
 
+pre-build: src/objc_parser.nit
+
 ../nitcc/src/nitcc:
        make -C ../nitcc