12 lines
160 B
Makefile
Raw Normal View History

2024-10-22 21:22:06 +02:00
2024-10-29 21:57:39 +01:00
vhdl_srcs = ../scripts/test_utility.vhd \
alu.vhd \
test_alu.vhd \
2024-10-22 21:22:06 +02:00
2024-10-29 21:57:39 +01:00
main = test_alu
2024-10-22 21:22:06 +02:00
CHECK_RESULTS = true
include ../scripts/vhdl.mk