mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 21:29:20 +02: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
|
CFLAGS = -g -Wall -D$(OS) -I../src -I/usr/local/include
|
||||||
|
|
||||||
all: $(TEST)
|
all: $(TEST)
|
||||||
./$(TEST)
|
@./$(TEST)
|
||||||
|
|
||||||
$(TEST): $(OBJS) $(SRCOBJS)
|
$(TEST): $(OBJS) $(SRCOBJS)
|
||||||
@echo LD $(TEST)
|
@echo LD $(TEST)
|
||||||
|
|
Loading…
Reference in New Issue