
i want to do something like this, but can't figure out how to do it:
foo := foo bar baz foo_SRC := foo.c blah.c bar_SRC := bar.c baz_SRC := baz.c $(foo) : % : $(%_SRC) @echo gcc -o $@ $^
sometimes i can tell when i should go to sleep:
jacob@wet-pants:lustre-nonrec$ make make: *** No rule to make target `doc/lustre-HOWTO.txt)', needed by `all'. Stop. jacob@wet-pants:lustre-nonrec$ make doc/lustre-HOWTO.txt lyx --export text doc/lustre-HOWTO.lyx /bin/sh: lyx: command not found *** Warning: not creating text docs; install lyx to rectify this jacob@wet-pants:lustre-nonrec$ _
(that warning at the end there is ok)
duckman is funnier than futurama.
