git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b2a2727
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
Makefile
add warning to makefile
Hanno Böck
commited
b2a2727
at 2019-12-23 18:17:19
Makefile
Blame
History
Raw
DESTDIR= PREFIX=/usr/local all: echo "Only scripts." install: python3 setup.py install --prefix=${PREFIX} echo "WARNING: Makefile obsolete, please switch to setup.py"