summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 4d95124..f399aa9 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -93,7 +93,7 @@
(mapcan #'(lambda (x)
(directory (merge-pathnames x source-dir)))
'(#p"**/*.m" #p"**/*.h" #p"**/GNUmakefile.*"
- #p"**/*.make"))))
+ #p"**/*.make" #p"**/GNUmakefile"))))
(output-dir
(merge-pathnames #p"../../"
(directory-namestring (first (output-files o c))))))