The des app.

This commit is contained in:
Ulf Möller 1999-06-08 20:11:02 +00:00
parent 72fbe87dc6
commit 9fe6729b46
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
lib
Makefile.save
des

View file

@ -135,7 +135,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.