mirror of
https://github.com/specht/champ.git
synced 2024-12-22 03:30:47 +00:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
champ: champ.c labels.h watches.h
|
|
gcc -o champ champ.c -lX11
|
|
|
|
labels.h: parse.rb plot3d20_Output.txt
|
|
./parse.rb
|
|
|