Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sswam committed May 21, 2011
1 parent aea3650 commit e9ec599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: html
html: $(patsubst %.txt,%.html,$(wildcard *.txt))

%.html: %.txt $(shell which text2html)
text2html $< >$@
text2html $< >$@ ; hide $@

perms:
if [ -e x -a -e x/env ]; then q x/env; fi
Expand Down
2 changes: 1 addition & 1 deletion labs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: html
html: $(patsubst %.txt,%.html,$(wildcard *.txt))

%.html: %.txt $(shell which text2html)
text2html $< >$@
text2html $< >$@ ; hide $@

perms:
if [ -e x -a -e x/env ]; then q x/env; fi
Expand Down

0 comments on commit e9ec599

Please sign in to comment.