diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-16 19:45:25 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-16 19:45:25 -0500 |
commit | 870f51b4e7aa3d3e8c097ee06c463d051b35c948 (patch) | |
tree | 43985bb4c537b6e760aaa9ecea163ec8836b671d /Makefile | |
parent | a1788eb66d394c16192d40694541ec5d7c6659f9 (diff) | |
download | uxd-870f51b4e7aa3d3e8c097ee06c463d051b35c948.tar.gz |
playing with cosmocc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |