summaryrefslogtreecommitdiff
path: root/schulung_tools/rtex/Makefile
blob: 330bc019e11e07a88b5717ec03f5d912cd0ecc95 (plain)
1
2
3
4
5
6
7
rtex: main.c func.c rt.c
	gcc -O0 $+ -o$@

clean:
	rm -f rtex

.PHONY: clean