Skip to content
Snippets Groups Projects
Makefile 96 B
example: example.c test.c test.h
	gcc -g -o example example.c test.c test.h

clean:
	rm example