parent
9f2f5e18f1
commit
71311920a9
2 changed files with 15 additions and 7 deletions
@ -1,8 +1,11 @@ |
||||
|
||||
.PHONY: all clean |
||||
all: pbstream.o |
||||
all: pbstream.o tests |
||||
clean: |
||||
rm -f pbstream.o
|
||||
rm -f pbstream.o tests
|
||||
|
||||
pbstream.o: pbstream.c |
||||
pbstream.o: pbstream.c pbstream.h |
||||
gcc -std=c99 -O3 -Wall -o pbstream.o -c pbstream.c
|
||||
|
||||
tests: tests.c pbstream.c pbstream.h |
||||
gcc -std=c99 -O3 -Wall -o tests tests.c
|
||||
|
Loading…
Reference in new issue