diff options
author | June McEnroe <june@causal.agency> | 2018-11-29 04:21:34 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-29 04:21:34 -0500 |
commit | 672c726e148efc1c45454a0f573dbc22e067e72b (patch) | |
tree | 5d6e1d14444b42ca1d2eb79112a616cfbba25e0f /Darwin.mk | |
parent | Fix Makefile indentation (diff) | |
download | torus-672c726e148efc1c45454a0f573dbc22e067e72b.tar.gz torus-672c726e148efc1c45454a0f573dbc22e067e72b.zip |
Use png.h and config.mk
Diffstat (limited to '')
-rw-r--r-- | Darwin.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk new file mode 100644 index 0000000..6a2f53f --- /dev/null +++ b/Darwin.mk @@ -0,0 +1,2 @@ +LDFLAGS = +LDLIBS = -lcurses |