gsm0710muxd-hack: Makefile: add static target

This commit is contained in:
Oliver Smith 2021-09-30 13:26:59 +02:00
parent 47c4ace92e
commit ba6ce4cac5
1 changed files with 3 additions and 11 deletions

View File

@ -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