Fix a typo in the Makefile.

This commit is contained in:
David Betz 2015-02-20 07:40:04 -05:00
parent 8582bbc752
commit 1aa73f3bda

View File

@ -29,7 +29,7 @@ CFLAGS += -D'VERSION="$(VERSION)"'
ifeq ($(OS),linux) ifeq ($(OS),linux)
CFLAGS+=-DLINUX CFLAGS+=-DLINUX
EXT= EXT=
OSINT=osint_linux OSINT=osint_linux.o
LIBS= LIBS=
endif endif