mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-05 16:03:19 +00: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 a new issue