6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
all:
|
||
|
gcc -g acrnlog.c -o acrnlog -lpthread
|
||
|
|
||
|
clean:
|
||
|
rm acrnlog
|