diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 48a5814..6af8165 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ all: release clean: cd .. && make clean - + release: - cd .. && make tests + cd .. && make tests && make beej |