Commit Graph

8 Commits

Author SHA1 Message Date
Eyal Sawady a663003bc5
Makefile: remove -DVERSION="unknown"
This is handled by the #ifndef in main.c
2020-12-11 14:19:50 -05:00
Eyal Sawady 584ddb3654
Makefile: fix redirection
&>/dev/null is unspecified by POSIX
2020-12-11 14:15:33 -05:00
Ultracoolguy 83d06b048e
Revert "Rewrite Makefile"
This reverts commit 94b7c83fd4.
2020-12-11 13:59:43 -05:00
Philip K 94b7c83fd4
Rewrite Makefile 2020-12-06 11:42:44 -05:00
Ultracoolguy e69c479dd5
Make Makefile slightly more readable 2020-11-30 15:33:47 -05:00
Ultracoolguy 6ff83c2761
Print version of among-sus on client connection 2020-11-30 15:08:44 -05:00
j.r 628e77fa2c
Add LDFLAGS to Makefile
This commit adds LDFLAGS to the Makefile, because they are needed for
the build system of some distros.
2020-10-22 12:59:41 -04:00
Eyal Sawady 53240c261d
Add Makefile
Also remove unnessecary stuff from .gitignore and fix meson binary name.
2020-10-18 00:29:40 +02:00