chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
LDFLAGS := -lodbc
|
||||
|
||||
all: psqlodbc-test
|
||||
|
||||
psqlodbc-test: psqlodbc-test.c
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f psqlodbc-test
|
||||
Reference in New Issue
Block a user