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 | ecc97ef1d41f29c8410295d8be4d016d42ffb8d8 (patch) | |
tree | 83b38bab21e830c56df0fa477509997802880665 /Darwin.mk | |
parent | Fix Makefile indentation (diff) | |
download | torus-ecc97ef1d41f29c8410295d8be4d016d42ffb8d8.tar.gz torus-ecc97ef1d41f29c8410295d8be4d016d42ffb8d8.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 |