]> rtime.felk.cvut.cz Git - fpga/quadcount.git/blobdiff - tb/Makefile
Testbench moved into 'tb' directory
[fpga/quadcount.git] / tb / Makefile
similarity index 85%
rename from Makefile
rename to tb/Makefile
index 2d7140795b48ef45c54ead107524d224a2b8d764..18d0314e0e94153a8ddccedf5c9c099bb100a6ac 100644 (file)
--- a/Makefile
@@ -12,5 +12,8 @@ $(VHDL_MAIN): $(VHDL_MAIN).o $(VHDL_SUB)
 %.o: %.vhd
        ghdl -a --ieee=synopsys $<
 
+%.o: ../%.vhd
+       ghdl -a --ieee=synopsys $<
+
 clean:
        rm -Rf *.o qctest