summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee66be1df..a7c17fec1 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,8 @@ ls_install:
ls_test:
cd tools; ../language_switch/obj/pspcl6 -dTextAlphaBits=4 owl.pcl tiger.px3 ../gs/examples/tiger.ps
+check:
+ tools/smoke_check.sh
# NB - this does not remove the fonts. blowing away /windows/fonts
@@ -94,4 +96,4 @@ all_clean: clean uclean ls_uclean ls_clean
make -C ufst/rts/lib -f makefile.artifex clean
-.PHONY: clean test install product profile ls_clean ls_test ls_install ls_product ls_profile ls_udebug udebug ufst
+.PHONY: clean test install product profile ls_clean ls_test ls_install ls_product ls_profile ls_udebug udebug ufst check