diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,15 +1,5 @@ catalogs.en.msg = src/pindaiba.en.msg -catalogs.msg = \ - $(catalogs.en.msg) \ - -fuzz.c = \ - tests/fuzz/another.c \ - tests/fuzz/hello.c \ - -tests/fuzz/another.a: tests/fuzz/another.o -tests/fuzz/hello.a: tests/fuzz/hello.o -tests/fuzz/another.bin-check: tests/fuzz/another.bin -tests/fuzz/hello.bin-check: tests/fuzz/hello.bin +catalogs.msg = $(catalogs.en.msg) sources.c = \ |