Skip to content

Commit

Permalink
Remove old rockspecs
Browse files Browse the repository at this point in the history
It seems that these don't actually need to be in VCS. Many Lua libraries
don't include them in VCS.
  • Loading branch information
mtdowling committed Dec 12, 2024
1 parent 1f11e0d commit e0d544e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ check: compile
test: compile
luarocks test

clean:
rm -rf build

newrock:
luarocks new_version --dir rockspecs --tag=v$(VERSION) emitter.tl-dev-1.rockspec $(VERSION)
luarocks new_version --dir build --tag=v$(VERSION) emitter.tl-dev-1.rockspec $(VERSION)
49 changes: 0 additions & 49 deletions rockspecs/emitter.tl-0.1.0-1.rockspec

This file was deleted.

0 comments on commit e0d544e

Please sign in to comment.