X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2FMakefile;fp=examples%2FMakefile;h=72914b6e5df0531cd46349e4a3ba7e9610070c1d;hp=7a4719e9dac487ae092c34480964e4a5f7539433;hb=4dd45340f9fe3a533e0f1a9d6b79f8118e45ca2a;hpb=f957cacefa8b7b14544d27ba8519dae94e96c9f7 diff --git a/examples/Makefile b/examples/Makefile index 7a4719e9..72914b6e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,7 +1,7 @@ CFLAGS := -Wall LDLIBS := -lwim -EXE := applywim capturewim compressfile decompressfile +EXE := applywim capturewim updatewim compressfile decompressfile all:$(EXE)