d4-core/client/Makefile

6 lines
145 B
Makefile

d4: d4.o others/hmac/sha2.o others/hmac/hmac.o
gcc -Wall -o d4 d4.o others/hmac/hmac.o others/hmac/sha2.o -luuid
d4.o: d4.c
gcc -Wall -c d4.c