This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
turings-tarpit
Watch
1
Star
0
Fork
You've already forked turings-tarpit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A weird game.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52
Commits
1
Branch
0
Tags
1.6 MiB
Tag:
Branch:
Tree:
8edb37ceb4
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8edb37ceb4'
${ noResults }
turings-tarpit
/
Makefile
10 lines
107 B
Raw
Normal View
History
Unescape
Escape
Tried to avoid makefile for as long as possible but it's just too useful.
3 months ago
all
:
build
test
build
:
meson compile -C builddir
test
:
meson
test
-C builddir --suite turings_tarpit