summaryrefslogtreecommitdiff
path: root/web/spiderweb/src/master/Makefile
blob: caa3debac17f0b1831b0fa7c5a406350f37b9444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1989 by Norman Ramsey, Odyssey Research Associates
# Not to be sold, but may be used freely for any purpose
# For more information, see file COPYRIGHT in the parent directory

OBJECTDIRS=sun3 vax

clean:
	-rm -f *.tex *.dvi *.log *.wlog *~ *.toc
	@-for i in $(OBJECTDIRS); do \
		rm -f $$i/*.o; \
	done
	-rm -f *.o

superclean:
	-rm -f sun3/*.o vax/*.o *.o
	-rm -f *.c
	-rm -f *.tex *.dvi *.log *~ *.toc