diff options
| author | Tesori Delle Api <pi@rasbperry> | 2023-03-22 16:32:46 (GMT) |
|---|---|---|
| committer | Tesori Delle Api <pi@rasbperry> | 2023-03-22 16:32:46 (GMT) |
| commit | 9174da480e325bcdef3c8e1934f17eebf33d96ac (patch) | |
| tree | 21b1819cc2fafba62479cda80478f797c62d7bf1 /Makefile | |
.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9b151c1 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +CC = gcc +CFLAGS = -DENABLE_FEATURE_VERBOSE=0 +%: %.c + $(CC) $^ -o $@ +nanobox: full_write.c read.c read_key.c safe_poll.c safe_write.c verror_msg.c bboxfix.c nanobox.c |
