Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (54 Bytes)

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