d4-core/client/Makefile

6 lines
145 B
Makefile
Raw Normal View History

2018-12-04 14:24:52 +01:00
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