Cross Reference: Makefile
xref: /src/bin/ed/test/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/bin/ed/test/
Makefile revision 1.1
1ED=	../ed
2
3all: mkscripts ckscripts
4
5mkscripts: mkscripts.sh
6	@echo building test scripts...
7	@chmod +x mkscripts.sh
8	@ED=${ED} mkscripts.sh
9
10ckscripts: ckscripts.sh
11	@echo running test scripts...
12	@chmod +x ckscripts.sh
13	@ED=${ED} ckscripts.sh
14
15clean:
16	rm -f *.ed *.[oz]
17

Indexes created Thu Dec 04 23:09:28 GMT 2025