File: Makefile
patch-15 patch-16
Line 1Line 1
# Turn all them .txt files into .html files
# Turn all them .txt files into .html files
%.html: %.txt tron.awk navbar.nav
%.html: %.txt tron.awk navbar.tron
        ./tron.awk $<

html: $(patsubst %.txt,%.html,$(wildcard *.txt))
        @echo html generated

        ./tron.awk $<

html: $(patsubst %.txt,%.html,$(wildcard *.txt))
        @echo html generated

*.html: tron.awk navbar.nav
*.html: tron.awk navbar.tron
# top-level Makefile for the entire tree.
%:
# top-level Makefile for the entire tree.
%: