Skip to content

Instantly share code, notes, and snippets.

View zarakay's full-sized avatar

Zara Kay zarakay

  • Zepben
  • Australia
View GitHub Profile
ifdef VERBOSE
Q =
E = @true
else
Q = @
E = @echo
endif
CFILES := $(shell find src -mindepth 1 -maxdepth 4 -name "*.c")
CXXFILES := $(shell find src -mindepth 1 -maxdepth 4 -name "*.cpp")