From ce9e52469d0b12b3231ccc199e1b19bb924f54cd Mon Sep 17 00:00:00 2001 From: exegete Date: Fri, 16 Oct 2020 20:14:51 +0300 Subject: test module; top, as added --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 344c808..56947b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -all: cryptrobber encrypt -.PHONY: all clean encrypt cryptrobber +all: cryptrobber encrypt test +.PHONY: all clean cryptrobber encrypt test cryptrobber: smack strans ./smack main.sts | ./strans > $@ @@ -9,6 +9,10 @@ encrypt: smack strans ./smack encrypt.sts | ./strans > $@ chmod 0755 $@ +test: smack strans + ./smack test.sts | ./strans > $@ + chmod 0755 $@ + smack: smack.c gcc $< -o $@ -- cgit v1.2.3