Also remove all *.e and *.d files when cleaning up.

This commit is contained in:
em 1985-01-25 16:19:13 +00:00
parent 1bc30e42eb
commit cf3d3ad287

View file

@ -9,4 +9,4 @@ SRC= bull.b buzzword.b checker.b creator.b grafiek.b gunner.b learn.b\
head:
for i in $(SRC) ; do runcmp $$i ; done
clean:
rm -f *.b.[rx] *.[oskm]
rm -f *.b.[rx] *.[dekmos]