Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Weibull committed Oct 5, 2009
1 parent 6222d55 commit 25c2f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ install: build

package: $(VIMBALL).gz

%.vba: Manifest
%.vba: Manifest $(FILES)
ex -N -c '%MkVimball! $@ .' -c 'quit!' $<

%.gz: %
gzip -c $< > $@

Manifest: Makefile $(FILES)
Manifest: Makefile
for f in $(FILES); do echo $$f; done > $@

0 comments on commit 25c2f2c

Please sign in to comment.