X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=erebus%2FMakefile;h=ea7300a3de260937ed4a5838657bf565ebc51837;hb=2b43da6b56bd4b56bb3652612b4767a35c631394;hp=9e8bdb59cc781d26f48aafefa8e3b063d6fa520c;hpb=c8b13dff969d8104c178d9362aa21cefb9d61fe8;p=erebus2020 diff --git a/erebus/Makefile b/erebus/Makefile index 9e8bdb5..ea7300a 100644 --- a/erebus/Makefile +++ b/erebus/Makefile @@ -4,7 +4,7 @@ dep = $(src:.c=.d) bin = erebus -incdir = -I../liberebus/include +incdir = -I../liberebus/src libdir = -L../liberebus CFLAGS = -pedantic -Wall $(opt_dbg) $(opt_opt) $(incdir)