This website requires JavaScript.
Explore
Help
Sign In
pierre
/
wallabag
Watch
1
Star
0
Fork
0
You've already forked wallabag
forked from
wallabag/wallabag
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
Files
3e5f12a1ef6f0f74d3a213661a73c8b6184f6f06
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 15:39:37 +10:00
.DEFAULT
:
gmake
$@
Reference in New Issue
Copy Permalink