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