Commit Graph

18 Commits

Author SHA1 Message Date
edf8344983 Add "-Wno-gnu-zero-variadic-macro-arguments" flag to suppress Clang warnings about GNU macro extensions 2024-12-02 09:37:08 +02:00
c83d96cc91 Add "$(EXENAME).exe" to clean rule so Windows executables are also cleaned up 2024-12-02 06:14:34 +02:00
deed43ad61 Makefile macOS fix, resolves #82, resolves #102
- Remove "ginstall" as "install" replacement on macOS
- Remove "-D" flag from "install" parameters
2024-11-07 17:14:25 +02:00
fa25cde79c Modify compilation flags:
- Remove "-s" flag
- Change stack protector mode from "strong" to "all"
- Change optimization level from "-Os" to "-O2"
2024-11-07 14:06:48 +02:00
af5e88b528 Update Makefile 2019-12-22 00:05:31 +02:00
a4166d7390 Makefile cleanup. 2019-09-27 16:23:42 +03:00
5dc3de375a Makefile: Use DESTDIR 2019-05-03 16:33:25 +02:00
10789a7c44 Force compiler on Windows. 2017-01-07 11:36:52 +02:00
02ae39747e Changes per feedback on #16 2017-01-03 15:40:43 -05:00
f02e32793d More make and CI bits tweaks 2016-12-27 11:43:21 -05:00
0198ca77a7 Touchups for MacOS 2016-12-26 22:12:00 -05:00
6ef31675d8 Added EXTRAFLAGS variable to Makefile. 2016-12-14 00:13:12 +02:00
d92a60bed4 Added Install / uninstall rules to Makefile and made changes to error printing. Also now password is not set by default and terminal mode is activated automatically if there are no commands to execute. 2016-11-13 18:12:03 +02:00
88c91d4096 Updated compiler flags. 2016-11-13 14:15:29 +02:00
3e60b0d28f Added Windows support to Makefile. 2016-10-28 01:41:38 +03:00
c9e3f86a89 Makefile improvements. 2016-10-27 03:23:32 +03:00
660a2a1e27 Cross compile support 2015-10-15 00:45:56 +03:00
044cd6640e Creating Makefile to easy compile 2015-01-13 07:54:14 +02:00