From 94ba92b26dd0bbdeb3841b977b6cb412c1f2851f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 23 Jul 2025 21:09:15 +0300 Subject: [PATCH] Clean Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 16d7a07..b9cb079 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ .PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf PDFENGINE=weasyprint CC=gcc -DOCKER=docker run -it -v ${PWD}:/workdir -DOCKER_INIT=cd /workdir && make clean && VERSION=0.10.1 TEST=primitives SCHEME=chibi