gencat -o for readability.

This commit is contained in:
hjp 1999-09-11 22:04:15 +00:00
parent 3d6652ce94
commit d11b98f503
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ all: scat $(patsubst %.msg, %.cat, $(wildcard *.msg))
scat: scat.o
scat.o: scat.c scat.h
scat.h: scat.en.msg
gencat -H scat.h scat.en.cat scat.en.msg
gencat -H scat.h -o scat.en.cat scat.en.msg
%.cat: %.msg
gencat $@ $^