Merge branch 'master' of ssh://github.com/MasterQ32/SuperVM

This commit is contained in:
Felix Queißner 2016-07-01 20:20:48 +02:00
commit 03d55d22a7

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