diff options
author | epochqwert <epoch@hacking.allowed.org> | 2015-05-14 06:53:15 -0500 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2015-05-14 06:53:15 -0500 |
commit | 1432454e2c60cd12e35739e217dfb1c3ead19a41 (patch) | |
tree | acbce9995d68e04f881f6158a1188e85544c6d60 /Makefile | |
parent | 3b1466afd58e7cfbf5be09df8cfc52409171f5d3 (diff) | |
download | segfault-1432454e2c60cd12e35739e217dfb1c3ead19a41.tar.gz segfault-1432454e2c60cd12e35739e217dfb1c3ead19a41.zip |
fixed small change in Makefile and segfault.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable +LDFLAGS=-lirc -lhashtable CFLAGS=-std=c99 -pedantic -Wall all: |