Last active
June 7, 2024 02:50
-
-
Save ao-kenji/d38e128f50f1356afcf5747021d5f878 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /dev/null Tue Oct 13 20:50:15 2020 | |
+++ Makefile.bsd-wrapper Tue Oct 13 20:47:17 2020 | |
@@ -0,0 +1,13 @@ | |
+# | |
+# nanotodon for OpenBSD: Makefile | |
+# | |
+ | |
+PROG = nanotodon | |
+SRCS = config.c messages.c nanotodon.c | |
+CFLAGS += -std=gnu99 -I/usr/local/include -DSUPPORT_XDG_BASE_DIR \ | |
+ -D_XOPEN_SOURCE_EXTENDED -Wno-format-security | |
+LDFLAGS += -L/usr/local/lib -lcurses -lpthread -lcurl -ljson-c | |
+BINDIR = /usr/local/bin | |
+NOMAN = 1 | |
+ | |
+.include <bsd.prog.mk> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment