diff options
author | Prefetch | 2023-07-18 17:31:21 +0200 |
---|---|---|
committer | Prefetch | 2023-07-18 17:31:21 +0200 |
commit | bdf186e13258abd9c5fb932d84a7ea1e15c7d933 (patch) | |
tree | 060cd19f6cf365e57a261c229edc86efd0be7d99 /Makefile | |
parent | dd36d3b62b2c7e246a9a42236e09180720d6771d (diff) |
This test was basically a duplicate, remove it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,9 +7,8 @@ lib/%.o: lib/%.asm tests/%.run: tests/%.c liblinen.so linen.h gcc -L . -llinen -I . -o $@ $< -tests: tests/test01.run tests/test02.run +tests: tests/test01.run LD_LIBRARY_PATH=. ./tests/test01.run - LD_LIBRARY_PATH=. ./tests/test02.run .PHONY: clean clean: |