marrub
/
LoveToken
Archived
1
0
Fork 0
master
Marrub 2015-06-07 06:48:01 -04:00
parent aa4ed6730b
commit a2337c63db
1 changed files with 1 additions and 1 deletions

View File

@ -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