diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-16 20:03:47 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-16 20:03:47 -0500 |
commit | 8ed105961ec33c97d7b644659fedb8c8b8bc8c3d (patch) | |
tree | 8779058ecbb3c731e32ced491124ad2d1d4aae8d /Makefile | |
parent | 870f51b4e7aa3d3e8c097ee06c463d051b35c948 (diff) | |
download | uxd-6428256ea7a0c25f143bc77f356fc500a939946e.tar.gz |
Makefile nitpick0.2.0
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 |