digression. apparently I needed to prove to myself that I could implement Celsius <-> Fahrenheit conversion in C. derp.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user