diff options
Diffstat (limited to 'projects/sample/lib')
-rw-r--r-- | projects/sample/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile index 01ede2d..959038b 100644 --- a/projects/sample/lib/Makefile +++ b/projects/sample/lib/Makefile @@ -8,6 +8,6 @@ LEVEL=.. # # List all of the subdirectories that we will compile. # -DIRS=lsqcor +DIRS=sample include $(LEVEL)/Makefile.common |