From 870f51b4e7aa3d3e8c097ee06c463d051b35c948 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Dec 2024 19:45:25 -0500 Subject: playing with cosmocc. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 90cbc1b..108bcee 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,9 @@ realclean: clean # the rest of the targets are for portability testing. +cosmocc: clean + $(MAKE) CC=cosmocc + tcc: clean $(MAKE) CC=tcc -- cgit v1.2.3