digression. apparently I needed to prove to myself that I could implement Celsius <-> Fahrenheit conversion in C. derp.

This commit is contained in:
Dan Buch
2012-04-03 00:10:27 -04:00
parent 18376aa6e4
commit 2e4c431f0d
3 changed files with 51 additions and 0 deletions

View File

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