7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
%.html: %.md
 | 
						|
	pandoc $< -f markdown -t html -s -o $@
 | 
						|
 | 
						|
ttrpg: perks.html spelllist.html test.html main.html creatures.html magical_items.html calc.html
 | 
						|
 | 
						|
all: ttrpg
 |