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
/
pgflt
/
Makefile
blob: fb70f965e47505f044c219feca151b540eef4015 (
plain
)
1
2
3
4
5
6
7
pgflt: main.c func.c rt.c gcc -O0 -o$@ $+ -lrt clean: rm -f pgflt .PHONY: clean