cpu: ext_reg switch bug FIX by markus
[calu.git] / 2_isa / Makefile
index 1b28a4306d6a0dbd9cacb651a458ddb69e16bbb1..a6e07936139f16869f02c71fc5a84834c05fa5fc 100644 (file)
@@ -1,7 +1,7 @@
 SHELL := bash
 
-FILES  = isa.tex conds.tex flags.tex callingconv.tex cmp.tex
-FILES += Makefile
+FILES  = isa.tex conds.tex flags.tex callingconv.tex cmp.tex desdis.tex
+FILES += Makefile $(shell ls src/*.c src/*.s) example.tex
 TARGET = isa.pdf
 
 ISA_FILES = arith.ptex logic.ptex data.ptex misc.ptex
@@ -20,7 +20,7 @@ $(TARGET): $(FILES) $(ISA_BUILD)
 %.tex: %.ptex gentex.pl
        ./gentex.pl $<
 
-.PHONY: clean html
+.PHONY: clean
 
 clean:
        rm -fr *.aux *.log *.dvi *.pdf *.toc *.outc $(ISA_BUILD)