Browse Source

Don't build the stupid test programs every time... This should be optional.

tags/v1.3.1000
Jonathan Moore Liles 13 years ago
parent
commit
ccee9d9d07
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -27,7 +27,7 @@


include makeinclude include makeinclude


DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation


all: makeinclude fltk-config all: makeinclude fltk-config
for dir in $(DIRS); do\ for dir in $(DIRS); do\


Loading…
Cancel
Save