about summary refs log tree commit diff
path: root/Makefile
blob: 1eee1a6b7d28a3deb188efd78a52ca407eb3d03c (plain)
1
2
3
4
5
6
7
8
CC = gcc

test:
	$(CC) test.c -o test
	./test

clean:
	rm test