2023-06-30 16:51:15 +00:00
|
|
|
NAME = alutest
|
|
|
|
SRCS = build/alu_test.c
|
|
|
|
include $(AM_HOME)/Makefile
|
|
|
|
|
|
|
|
GENERATOR = build/gen_alu_test
|
|
|
|
|
|
|
|
$(GENERATOR): gen_alu_test.c
|
2023-11-13 04:04:34 +00:00
|
|
|
gcc -O2 -Wall -Werror $^ -o $@
|
2023-06-30 16:51:15 +00:00
|
|
|
|
|
|
|
$(SRCS): $(GENERATOR)
|
|
|
|
$^ > $@
|