Fixed proto.make

This commit is contained in:
ceriel
1991-09-13 12:01:42 +00:00
parent cd8141b705
commit 4d7339bb60
4 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ pr:
lint: make.main
make -f make.main lint
Cfiles: LLfiles $(GEN_C) $(GEN_H)
Cfiles: LLfiles $(GEN_C) $(GEN_H) Makefile
echo $(CFILES) | tr ' ' '\012' > Cfiles
echo $(HFILES) | tr ' ' '\012' >> Cfiles