mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 16:19:49 -06:00
mysql-client-tests/c/Makefile: Fix pass.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
CFLAGS := $(shell pkg-config --cflags mysqlclient)
|
||||
LDFLAGS := $(shell pkg-config --libs mysqlclient)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f mysql-connector-c-test
|
||||
|
||||
all: mysql-connector-c-test
|
||||
|
||||
mysql-connector-c-test: mysql-connector-c-test.c
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f mysql-connector-c-test
|
||||
|
||||
Reference in New Issue
Block a user