X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=erebus2020;a=blobdiff_plain;f=erebus%2FMakefile;fp=erebus%2FMakefile;h=ea7300a3de260937ed4a5838657bf565ebc51837;hp=9e8bdb59cc781d26f48aafefa8e3b063d6fa520c;hb=b5cff57ff6e83f7660e31636a986d2fcedf786e5;hpb=c8b13dff969d8104c178d9362aa21cefb9d61fe8 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)