diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ WARNFLAGS=-std=c89 -Wall -pedantic -Wextra CFLAGS=$(DEFINES) $(WARNFLAGS) $(MYCFLAGS) SRCS=uxd.c getopt.c usage.c -.PHONY: all test man clean install g++ clang++ clang +.PHONY: all test man clean realclean install g++ clang++ clang cosmocc tcc pcc all: uxd man |