diff options
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 |