Merge pull request #1 from Mtgxyz/master

fix BSD build
This commit is contained in:
Felix Queißner 2016-07-01 20:11:49 +02:00 committed by GitHub
commit 6fe93e2604

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