From 9cff249c5667f91d954010769c83edb8a116662c Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Fri, 1 Jul 2016 19:58:34 +0200 Subject: [PATCH] fix BSD build --- libvm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvm/Makefile b/libvm/Makefile index 218016a..6d8b038 100644 --- a/libvm/Makefile +++ b/libvm/Makefile @@ -16,7 +16,7 @@ emulator: emulator.c vm.c $(CC) -g -o bin/$@ $^ -lSDL $(CFLAGS) as: - make -C as + $(MAKE) -C as test: exp ./exp -o test.exp $(ARGS) @@ -32,4 +32,4 @@ run: test.exp ./bin/as -o $@ -L $^ clean: - rm *.bin \ No newline at end of file + rm *.bin