]> Dogcows Code - chaz/rasterize/blobdiff - Makefile
finishing fifth project
[chaz/rasterize] / Makefile
index 16e0ee76a0e655f45b7f5fe8efb9c388a3e47f49..a4ab26e6b055a8f2bb9bf9f1a68583e384bd3e04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 
 PROJECT = raytrace
-IUSE    = EXTRA_INLINE
+IUSE    = EXTRA_INLINE SHADOWS TEXTURING QUIRKS
+
+VIEWER  = feh
 
 CXX     = g++
 EXEEXT  =
@@ -31,7 +33,7 @@ dist:
        git archive HEAD --prefix=$(PROJECT)/ --output=$(PROJECT).zip
 
 run: $(PROG)
-       ./$<
+       ./$< && $(VIEWER) scene.ppm
 
 debug: $(PROG)
        gdb ./$<
This page took 0.020087 seconds and 4 git commands to generate.