This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wallabag
Watch
1
Star
0
Fork
You've already forked wallabag
0
mirror of
https://github.com/wallabag/wallabag.git
synced
2024-10-31 22:28:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
027042cc1a
wallabag
/
Makefile
3 lines
20 B
Makefile
Raw
Normal View
History
Unescape
Escape
Makefile fixes for non GNU systems * Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2018-08-18 05:39:37 +00:00
.DEFAULT
:
gmake
$@
Reference in a new issue
Copy permalink