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