aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bak
blob: 3365503a398d110d2ba1439318ae0b32f1051076 (plain)
1
2
3
4
5
6
7
8
9
all: test

test: test.o
	gcc test.c -o test.o

clean:
	rm test.o