mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-25 22:46:05 +03:00
Cleanup
This commit is contained in:
parent
97727402b0
commit
10a8c6711c
@ -9,7 +9,7 @@ LDFLAGS = -L/usr/local/lib -lcheck
|
||||
CFLAGS = -g -Wall -D$(OS) -I../src -I/usr/local/include
|
||||
|
||||
all: $(TEST)
|
||||
./$(TEST)
|
||||
@./$(TEST)
|
||||
|
||||
$(TEST): $(OBJS) $(SRCOBJS)
|
||||
@echo LD $(TEST)
|
||||
|
Loading…
Reference in New Issue
Block a user