Project

General

Profile

Statistics
| Revision:

root / branches / diagnostics / computer-hub / Makefile @ 1085

History | View | Annotate | Download (54 Bytes)

1 1085 erhart
all:
2
	gcc comp-hub.c -o comp-hub
3
4
clean:
5
	rm comp-hub