moving the F <-> C temperature thingy somewhere else dangit

cat-town
Dan Buch 13 years ago
parent 88b6bf969d
commit ecc619e4b6

@ -0,0 +1 @@
/temperatures

@ -0,0 +1,5 @@
CFLAGS += -g -Wall -Wextra
all: temperatures
.PHONY: all

@ -2,4 +2,3 @@
*.log *.log
*.pdf *.pdf
*.html *.html
temperatures

@ -1,8 +1,5 @@
CFLAGS += -g -Wall -Wextra
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml')) ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex')) ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
ALL += temperatures
%.html:%.haml %.html:%.haml

Loading…
Cancel
Save