This website requires JavaScript.
Explore
Help
Sign In
devol
/
wallabag
Watch
1
Star
0
Fork
0
You've already forked wallabag
mirror of
https://github.com/wallabag/wallabag.git
synced
2024-12-14 17:35:17 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b875d920fb
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 07:39:37 +02:00
.DEFAULT
:
gmake
$@
Reference in New Issue
Copy Permalink