Reviewed by: phk

Added a clean target.
This commit is contained in:
Poul-Henning Kamp 1994-07-24 01:45:20 +00:00
parent 5edecbaede
commit c41bc9bba4

View File

@ -5,7 +5,10 @@ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
xerox1730-lm zenith29
NOOBJ= noobj
all clean cleandir depend lint tags:
all depend lint tags:
clean cleandir:
rm -f ${FILES}
install:
for i in ${FILES} ; do ; uudecode < $$i.uu ; done