mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:36:00 +01:00
Updated Makefile
This commit is contained in:
parent
f3218c2d68
commit
bff9b91695
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -33,8 +33,7 @@ config.h: config.def.h
|
||||||
echo "config.h exists, but config.def.h is newer. Please check your" \
|
echo "config.h exists, but config.def.h is newer. Please check your" \
|
||||||
"config.h or ${PROJECT} might fail to build." ; \
|
"config.h or ${PROJECT} might fail to build." ; \
|
||||||
else \
|
else \
|
||||||
cp -p $< $@ ; \
|
cp $< $@ ; \
|
||||||
touch $@ ; \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${PROJECT}: ${OBJECTS}
|
${PROJECT}: ${OBJECTS}
|
||||||
|
|
Loading…
Reference in a new issue