aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-16 19:45:25 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-16 19:45:25 -0500
commit870f51b4e7aa3d3e8c097ee06c463d051b35c948 (patch)
tree43985bb4c537b6e760aaa9ecea163ec8836b671d /Makefile
parenta1788eb66d394c16192d40694541ec5d7c6659f9 (diff)
downloaduxd-870f51b4e7aa3d3e8c097ee06c463d051b35c948.tar.gz
playing with cosmocc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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