Add makefile target to get dbg.h
This commit is contained in:
parent
a03ed439f2
commit
7e52480b3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
.emacs
|
.emacs
|
||||||
|
|
||||||
|
include/dbg.h
|
||||||
doc/doxygen/
|
doc/doxygen/
|
||||||
extern
|
extern
|
||||||
lib
|
lib
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -99,3 +99,7 @@ HTML_MAIN = $(patsubst %.org,%.html,$(ORG_MAIN))
|
|||||||
html: $(HTML_MAIN)
|
html: $(HTML_MAIN)
|
||||||
%.html: %.org
|
%.html: %.org
|
||||||
$(EMACS_HTML) $< --eval "(org-html-export-to-html)"
|
$(EMACS_HTML) $< --eval "(org-html-export-to-html)"
|
||||||
|
|
||||||
|
.PHONY: dbg
|
||||||
|
dbg: include/dbg.h
|
||||||
|
wget https://raw.githubusercontent.com/sharkdp/dbg-macro/master/dbg.h -O $<
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user