machine: open the Instr data-type
[haskell/symantic-parser.git] / Makefile
index b923fa03d67ebbe90d9718781005674413bc95a5..8369082c2c3832cf05a2c02ed9c70e61b70a0ccc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ upload: tar
        cabal upload $(CABAL_UPLOAD_FLAGS) dist-newstyle/sdist/$(package)-$(version).tar.gz
        cabal upload $(CABAL_UPLOAD_FLAGS) --documentation dist-newstyle/$(package)-$(version)-docs.tar.gz
 %/publish: CABAL_UPLOAD_FLAGS+=--publish
+%/publish: %
+       
 publish: upload/publish
 
 nix-build: