From 1aa73f3bda8612a5ce3cfa1ddd235970ddceea18 Mon Sep 17 00:00:00 2001 From: David Betz Date: Fri, 20 Feb 2015 07:40:04 -0500 Subject: [PATCH] Fix a typo in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee304c1..dd1f469 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += -D'VERSION="$(VERSION)"' ifeq ($(OS),linux) CFLAGS+=-DLINUX EXT= -OSINT=osint_linux +OSINT=osint_linux.o LIBS= endif