fix BSD build
This commit is contained in:
parent
7dd273547c
commit
9cff249c56
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue