website

Website contents
git clone git://git.reagancfischer.dev/website.git
Log | Files | Refs

makefile (235B)


      1 all:
      2 	lit -c lexer.lit
      3 	lit lexer.lit
      4 	mv lexer.html ..
      5 	lit -c ast.lit
      6 	lit ast.lit
      7 	mv ast.html ..
      8 	lit -c parser.lit
      9 	lit parser.lit
     10 	mv parser.html ..
     11 
     12 clean:
     13 	rm -f *.h
     14 	rm -f *.c
     15 	rm -f *.html
     16 	rm -f ../lexer.html
     17 	rm -f vgcore.*