Skip to content

Instantly share code, notes, and snippets.

@raylu
Last active July 13, 2024 01:16
Show Gist options
  • Save raylu/216fb9619eb9c9fe242dfe04402bfc06 to your computer and use it in GitHub Desktop.
Save raylu/216fb9619eb9c9fe242dfe04402bfc06 to your computer and use it in GitHub Desktop.
CFLAGS=-O2 -std=c11 -march=native -ggdb -pipe -Wall -Wextra -Wshadow
test: test.o
clean:
rm -f *.o
rm -f test
.PHONY: clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment