diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 2886ed15e..e31c8d45a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -85,6 +85,7 @@ CPPFILES =\ scroll.cxx \ shape.cxx \ subwindow.cxx \ + sudoku.cxx \ symbols.cxx \ tabs.cxx \ threads.cxx \ @@ -142,6 +143,7 @@ ALL = \ resizebox$(EXEEXT) \ scroll$(EXEEXT) \ subwindow$(EXEEXT) \ + sudoku$(EXEEXT) \ symbols$(EXEEXT) \ tabs$(EXEEXT) \ $(THREADS) \ @@ -331,6 +333,11 @@ scroll$(EXEEXT): scroll.o subwindow$(EXEEXT): subwindow.o +sudoku$(EXEEXT): sudoku.o + echo Linking $@... + $(CXX) -I.. $(CXXFLAGS) sudoku.o -o $@ $(LINKFLTK) $(LDLIBS) + $(CP) sudoku$(EXEEXT) sudoku.app/Contents/MacOS + symbols$(EXEEXT): symbols.o tabs$(EXEEXT): tabs.o |
