forked from Stephan/irena-arm
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@920 bc5caf13-1734-44f8-af43-603852e9ee25
5 lines
98 B
Makefile
5 lines
98 B
Makefile
CFLAGS=-std=gnu99 -O3 -g
|
|
default: sixs_parser
|
|
|
|
%.SIXS: %.dat sixs_parser
|
|
./sixs_parser < $< > $@
|