index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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