3 lines
92 B
Makefile
3 lines
92 B
Makefile
all:
|
|
$(CC) -g -ggdb -DHAS_MAIN=1 -I../../include swift-sd.c -L../../util -lr_util
|
|
./a.out
|