Obsolete
/
libipc-old
Archived
3
0
Fork 0

Makefile pour le pongd

more_to_read
Philippe PITTOLI 2016-09-19 17:10:11 +02:00
parent 52cdc695df
commit 1969f22958
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ TESTS=$(addsuffix .test, $(EXEC))
all: $(SOURCES) $(EXEC)
$(EXEC): $(OBJECTS) $(CFILES)
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $@.c -o $@.bin
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $@.c -lcbor -o $@.bin
.c.o:
$(CC) -c $(CFLAGS) $< -o $@