Clean Makefile
This commit is contained in:
parent
f5d7850c7c
commit
94ba92b26d
2
Makefile
2
Makefile
|
|
@ -1,8 +1,6 @@
|
||||||
.PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf
|
.PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf
|
||||||
PDFENGINE=weasyprint
|
PDFENGINE=weasyprint
|
||||||
CC=gcc
|
CC=gcc
|
||||||
DOCKER=docker run -it -v ${PWD}:/workdir
|
|
||||||
DOCKER_INIT=cd /workdir && make clean &&
|
|
||||||
VERSION=0.10.1
|
VERSION=0.10.1
|
||||||
TEST=primitives
|
TEST=primitives
|
||||||
SCHEME=chibi
|
SCHEME=chibi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue