diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-26 01:33:49 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-26 01:33:49 -0500 |
commit | 135482f52e2bcb14592ba60f97ea60088aa39275 (patch) | |
tree | 2be6fd6bade6e2f25092e35f9a9b67c7b26a4158 /Makefile | |
parent | d12cc17afd5ee2c9b589cf5ceb632a98e6f31ecf (diff) | |
download | segfault-135482f52e2bcb14592ba60f97ea60088aa39275.tar.gz segfault-135482f52e2bcb14592ba60f97ea60088aa39275.zip |
Made segfault compile without warnings again. This time with -std=c99. You know how to read Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable -CFLAGS=-pedantic -Wall +CFLAGS=-std=c99 -pedantic -Wall all: cd libirc && $(MAKE) |