commit 6aa66f03b1bb8a7bc21d14341c3460a85df3ae58 parent 74036a7496e94ed5761006723793ed2aed2ccd31 Author: phoebos <ben@bvnf.space> Date: Wed, 25 May 2022 11:40:35 +0100 Makefile: .PHONY is not a POSIX special target Diffstat:
M | Makefile | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -24,8 +24,6 @@ CC = cc XCFLAGS = $(CFLAGS) -Wall -Wextra -std=c99 -pedantic -g -Og XLDFLAGS = $(LDFLAGS) -.PHONY: clean - all: $(BINS) .c: