X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fscheme%2Ftiny-test%2FMakefile;fp=src%2Fscheme%2Ftiny-test%2FMakefile;h=61ef687aa49ad37a9ae16990720a14a597a45896;hp=ca71a665ee44290d36315a6cf154c4e3d8446f4e;hb=283553f0f118cef1dbcfbf5e86a43575a610d27f;hpb=48d164e3d4b2ef27fae20fae63b8014803a7b178 diff --git a/src/scheme/tiny-test/Makefile b/src/scheme/tiny-test/Makefile index ca71a665..61ef687a 100644 --- a/src/scheme/tiny-test/Makefile +++ b/src/scheme/tiny-test/Makefile @@ -2,6 +2,7 @@ include ../Makefile-inc vpath %.o . vpath %.c .. +vpath ao_scheme_test.c ../test vpath %.h .. vpath %.scheme .. vpath ao_scheme_make_const ../make-const @@ -17,6 +18,7 @@ CFLAGS=-O0 -g -Wall -Wextra -I. -I.. -Wpointer-arith -Wmissing-declarations -Wfo ao-scheme-tiny: $(OBJS) cc $(CFLAGS) -o $@ $(OBJS) -lm + ./ao-scheme-tiny ao_scheme_tiny_test.scheme $(OBJS): $(HDRS)