Mail Archives: djgpp/1995/06/15/08:15:35
I'm new here,
Sorry if this is the wrong place to ask.
I want to use make to extract some files from a zip archive. The ziparchives
are in a datadirectory (not the current).
example
I type make hallo.bin
The makefile looks like this
vpath %.zip datadir
%.bin: %.zip
$(unzip) $< $@
unzip was defined as the right extraction utility. This does not work.
make is telling me:
No rule to make target `hallo.bin' . Stop
Please help or suggest an other util. But I would prefer using GnuMake.
Erick branderhorst AT hell DOT fgg DOT eur DOT nl
- Raw text -