Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
a96145f4
Commit
a96145f4
authored
Jan 21, 2019
by
thomas.forbriger
Browse files
python/visu [FEATURE]: provide Makefile to support editing
parent
75182b64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/python/visu/Makefile
0 → 100644
View file @
a96145f4
# this is <Makefile>
# ----------------------------------------------------------------------------
#
# Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
#
# support editing in python/visu
#
# REVISIONS and CHANGES
# 21/01/2019 V1.0 Thomas Forbriger
#
# ============================================================================
#
all
:
flist
:
Makefile $(wildcard *.py) COPYING README
echo
$^
|
tr
' '
'\n'
|
sort
>
$@
.PHONY
:
edit
edit
:
flist; vim $<
.PHONY
:
clean
clean
:
;
-
find
.
-name
\*
.bak | xargs
--no-run-if-empty
/bin/rm
-v
-
/bin/rm
-vf
flist
# ----- END OF Makefile -----
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment