Update to match filename
This commit is contained in:
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ test:
|
|||||||
./$(EXE) ./tests/test_operators.alpha
|
./$(EXE) ./tests/test_operators.alpha
|
||||||
./$(EXE) ./tests/test_otherpunc.alpha
|
./$(EXE) ./tests/test_otherpunc.alpha
|
||||||
./$(EXE) ./tests/test_simpleIntTest.alpha
|
./$(EXE) ./tests/test_simpleIntTest.alpha
|
||||||
./$(EXE) ./tests/test_simpleLiteral.alpha
|
./$(EXE) ./tests/test_simpleLiterals.alpha
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
Reference in New Issue
Block a user