From ba6ce4cac5b1118db16ec3fce808d09736df7f44 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 30 Sep 2021 13:26:59 +0200 Subject: [PATCH] gsm0710muxd-hack: Makefile: add static target --- src/gsm0710muxd-hack/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/gsm0710muxd-hack/Makefile b/src/gsm0710muxd-hack/Makefile index 7e30a65..3521952 100755 --- a/src/gsm0710muxd-hack/Makefile +++ b/src/gsm0710muxd-hack/Makefile @@ -42,14 +42,6 @@ src/gsm0710muxd.o : src/gsm0710muxd.c clean : -rm gsm0710muxd $(objects) - - - - - - - - - - - +.PHONY : static +static: + $(CROSS_COMPILE)$(CC) -static src/gsm0710muxd.c -o gsm0710muxd.static -lpthread