prjxray/fuzzers/007-timing/Makefile

11 lines
111 B
Makefile

run: all
all: bel/build/sdf
touch run.ok
clean:
cd bel && $(MAKE) clean
bel/build/sdf:
cd bel && $(MAKE)