moving the F <-> C temperature thingy somewhere else dangit
This commit is contained in:
1
digressions/.gitignore
vendored
Normal file
1
digressions/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/temperatures
|
5
digressions/Makefile
Normal file
5
digressions/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
CFLAGS += -g -Wall -Wextra
|
||||
|
||||
all: temperatures
|
||||
|
||||
.PHONY: all
|
1
math-replay/.gitignore
vendored
1
math-replay/.gitignore
vendored
@@ -2,4 +2,3 @@
|
||||
*.log
|
||||
*.pdf
|
||||
*.html
|
||||
temperatures
|
||||
|
@@ -1,8 +1,5 @@
|
||||
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