summaryrefslogtreecommitdiff
path: root/newpass
diff options
context:
space:
mode:
Diffstat (limited to 'newpass')
-rw-r--r--newpass/.bop/posthook.sh1
-rw-r--r--newpass/Makefile13
-rw-r--r--newpass/newpass.c (renamed from newpass/core/newpass.c)0
-rw-r--r--newpass/newpass.obin0 -> 6400 bytes
4 files changed, 1 insertions, 13 deletions
diff --git a/newpass/.bop/posthook.sh b/newpass/.bop/posthook.sh
new file mode 100644
index 0000000..888db5a
--- /dev/null
+++ b/newpass/.bop/posthook.sh
@@ -0,0 +1 @@
+clang newpass/*.o -o bin/newpass
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 $@
diff --git a/newpass/core/newpass.c b/newpass/newpass.c
index 93b481f..93b481f 100644
--- a/newpass/core/newpass.c
+++ b/newpass/newpass.c
diff --git a/newpass/newpass.o b/newpass/newpass.o
new file mode 100644
index 0000000..b1c41cc
--- /dev/null
+++ b/newpass/newpass.o
Binary files differ