diff options
author | Erich Eckner <git@eckner.net> | 2020-02-07 14:31:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-07 14:31:00 +0100 |
commit | 1f40d334b2c39feb6dcc02ae31ae1a74fc4bc322 (patch) | |
tree | 7f6273f289e03bbfb82291cea3212e2e6b379732 /Makefile | |
parent | 87bc0f64e575a88a5ad980d9c88ad933a4c66a02 (diff) | |
download | anzeige-1f40d334b2c39feb6dcc02ae31ae1a74fc4bc322.tar.xz |
Makefile: include line numbers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS=-Werror -O3 -pedantic +CFLAGS=-Werror -O3 -pedantic -g anzeige: anzeige.c fonts.o humidity.o input_gadgets.o multiplexer.o gcc -o "$@" $(CFLAGS) -lpthread -lzip -lxml2 -lcurl $^ |