Skip to content
Snippets Groups Projects
Commit 33a7e263 authored by dkg's avatar dkg
Browse files

add shebang line for Makefile

parent 98343818
Branches
Tags
No related merge requests found
#!/usr/bin/make -f
CFLAGS += -D_GNU_SOURCE -g -O3
CFLAGS += $(shell pkg-config --cflags libuv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment