From 28b5f78c5b21afaa5f91889139c2a50254e9da89 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Sun, 16 Aug 2026 00:14:01 -0500 Subject: build: Use bop instead of makefile Signed-off-by: Chloe M --- newpass/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 newpass/Makefile (limited to 'newpass/Makefile') diff --git a/newpass/Makefile b/newpass/Makefile deleted file mode 100644 index 8d28a99..0000000 --- a/newpass/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CFILES = \ - core/newpass.c - -OUT_FILE = ../bin/newpass -CFLAGS = -Wall -pedantic -CC = clang - -.PHONY: all -all: $(OUT_FILE) - -.PHONY: $(OUT_FILE) -$(OUT_FILE): - $(CC) $(CFLAGS) $(CFILES) -o $@ -- cgit v1.2.3