1993-06-16 11:36:51 +04:00
|
|
|
ED= ../obj/ed
|
1993-04-08 05:07:16 +04:00
|
|
|
|
1993-11-12 13:50:14 +03:00
|
|
|
all: build test
|
1993-04-10 15:46:38 +04:00
|
|
|
@echo done
|
1993-04-08 05:07:16 +04:00
|
|
|
|
1993-04-10 15:46:38 +04:00
|
|
|
build: mkscripts.sh
|
1993-04-08 05:07:16 +04:00
|
|
|
@echo building test scripts...
|
|
|
|
@chmod +x mkscripts.sh
|
1993-11-12 13:50:14 +03:00
|
|
|
@mkscripts.sh ${ED}
|
1993-04-08 05:07:16 +04:00
|
|
|
|
1993-04-10 15:46:38 +04:00
|
|
|
test: build ckscripts.sh
|
1993-04-08 05:07:16 +04:00
|
|
|
@echo running test scripts...
|
|
|
|
@chmod +x ckscripts.sh
|
1993-11-12 13:50:14 +03:00
|
|
|
@ckscripts.sh ${ED}
|
1993-04-08 05:07:16 +04:00
|
|
|
|
|
|
|
clean:
|
1993-04-10 15:46:38 +04:00
|
|
|
rm -f *.ed *.[oz] *~
|