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)
CFLAGS+=-DLINUX
EXT=
OSINT=osint_linux
OSINT=osint_linux.o
LIBS=
endif