diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-02 16:17:33 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-02 16:17:33 -0700 |
commit | 6fb817f218a69b28973b0d059d71809717b1e2d1 (patch) | |
tree | e204ebafa19daf51567fad9e7c9448b9cab01b00 /src/lisp/Makefile-lisp | |
parent | 3ce663875d69739cc2d43fcd88b22820cd9d6500 (diff) |
lisp: Fix up lisp build so projects can get ao_lisp_const.h built as needed
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/Makefile-lisp')
-rw-r--r-- | src/lisp/Makefile-lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp/Makefile-lisp b/src/lisp/Makefile-lisp new file mode 100644 index 00000000..998c7673 --- /dev/null +++ b/src/lisp/Makefile-lisp @@ -0,0 +1,4 @@ +include ../lisp/Makefile-inc + +ao_lisp_const.h: $(LISP_SRCS) $(LISP_HDRS) + +cd ../lisp && make $@ |