Skip to content

Instantly share code, notes, and snippets.

View alexfaria's full-sized avatar
:shipit:

Alex Faria alexfaria

:shipit:
  • Portugal
View GitHub Profile
@alexfaria
alexfaria / Makefile
Last active May 22, 2019 15:49
Scripts uteis para compiladores
.PHONY: fresh debug relatorio test valgrind vagrant clean clearscr
LEX=flex
YACC=yacc
YFLAGS=-d -v -y
CC=clang -g -Wall -Wno-unused-function
CCFLAGS=-DDEBUG -fsanitize=address
FILE=Comp2019/meta3/factorial.dgo
ARGS=