• Rusty Russell's avatar
    Makefile: fix fastcheck. · 0ea6a212
    Rusty Russell authored
    commit 25b7406d tried to make the tests
    depend on the info file, but that broke .fast.ok, which used the same
    pattern:
    
    	%.ok: $(LINT) %info
    
    This is what happens when you're too tricky!  Simply duplicate the rule,
    and change .fast.ok to .fast-ok so it doesn't match both.
    Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
    0ea6a212
gen_deps.sh 866 Bytes