diff options
Diffstat (limited to 'Kübelwagen/Makefile')
-rw-r--r-- | Kübelwagen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kübelwagen/Makefile b/Kübelwagen/Makefile index e180d047..9be84e13 100644 --- a/Kübelwagen/Makefile +++ b/Kübelwagen/Makefile @@ -1,7 +1,7 @@ CC := gcc -std=c99 CFLAGS := -D_XOPEN_SOURCE=500 -LIBS := $(shell pkg-config --cflags --libs jack) +LIBS := $(shell pkg-config --cflags --libs jack) -lm .PHONY: all clean |