Open SimonVrouwe opened 1 year ago
The example Makefile-ccan is broken.
Not sure if this is unusual to add this target, but I find this convenient to play around:
cd ccan make libccan.a cd .. gcc -g play.c -I./ccan -L./ccan -lccan ./a.out
The example Makefile-ccan is broken.
Not sure if this is unusual to add this target, but I find this convenient to play around: