mirror of
https://github.com/specht/champ.git
synced 2024-11-26 01:49:20 +00:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
champ: champ.c labels.h
|
|
gcc -o champ champ.c -lX11
|
|
|
|
labels.h: parse.rb plot3d20_Output.txt
|
|
./parse.rb
|
|
|