fix BSD build

This commit is contained in:
Morten Delenk 2016-07-01 19:58:34 +02:00
parent 7dd273547c
commit 9cff249c56

View file

@ -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
rm *.bin