From a2337c63dba7859734c7309301c8aca8f41a67e2 Mon Sep 17 00:00:00 2001 From: Marrub Date: Sun, 7 Jun 2015 06:48:01 -0400 Subject: [PATCH] whopps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ed0d9e..ea61e1e 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ clean: $(RM) $(LIBNAME) $(OUTDIR)/lt.o $(RMEXTRA) example: - $(CC) $(CFLAGS) -Isrc -L$(OUTDIR) -o $(OUTDIR)/example examples/main.c -lLoveToken + $(CC) $(CFLAGS) -I$(SRCDIR) -L$(OUTDIR) -o $(OUTDIR)/example examples/main.c -lLoveToken