me
04e8559947
shortening the Makefile
2022-08-04 12:19:46 +04:30
me
5a1ae538d0
unstale stale games
2022-08-01 12:10:04 +04:30
me
63020a0f74
make it possible to have more than one square
2022-07-20 11:22:52 +04:30
me
016b58c132
put dependencies in the same place
2022-07-19 02:25:07 +04:30
me
bcedb90d16
putting dependencies in common.h
2022-07-01 10:48:04 +04:30
me
9c1bd011c3
putting dependencies in common.h
2022-07-01 10:45:34 +04:30
me
d88871869f
wasd conflicting with the S key
2022-06-24 00:08:02 +04:30
me
5ec7174e3e
include current dir as well
2022-06-21 16:15:56 +04:30
me
347d565930
set term title
2022-06-21 16:15:03 +04:30
me
8abb4f7ce1
README update
2022-05-20 23:17:48 +04:30
abakh
54e609fbf5
Merge pull request #30 from andreasstieger/packaging-readme
...
Update README.md
2022-05-20 23:15:01 +04:30
Andreas Stieger
862b47133b
Update README.md
...
Add repology packaging status overview and blanket thank-you to individual packagers.
Also fixes openSUSE which nows ships the package.
2022-05-18 23:10:49 +02:00
me
10e6e259d8
README refined
2022-05-15 04:34:06 +04:30
me
73991e8680
nbnbsdgames
2022-04-15 08:56:34 +04:30
me
87b1f8caaf
copy nbsdgames too
2022-04-14 11:27:23 +04:30
me
0fee553c20
don't copy garbage
2022-04-10 11:03:18 +04:30
me
66bd71dd5d
memory problem
2022-04-09 00:45:40 +04:30
me
bf4a59a12a
removing _ broke downstream scripts
2022-04-06 19:11:18 +04:30
me
8a40c0545e
/usr/bin makes more sense
2022-04-06 19:08:02 +04:30
abakh
b318fdc03d
Merge pull request #27 from thesamesam/master
...
Makefile: build system changes
2022-03-31 23:02:36 +04:30
Sam James
06f6b73505
Makefile: fix GNUism in Makefile (fix bmake)
...
Apparently even $(shell isn't supported by bmake?
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:57:27 +01:00
Sam James
beffffa614
Makefile: factor out rules as much as possible
...
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:54:17 +01:00
Sam James
49306e592d
Makefile: rename *_DIR -> *DIR
...
This matches convention better.
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:32 +01:00
Sam James
f0f86e17f5
Makefile: use $(MAKE), not make
...
Calling 'make' directly prevents parallel builds as the jobserver fds
are lost (and any flags).
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:32 +01:00
Sam James
0130773b31
Makefile: respect PREFIX
...
Allows easily appending a prefix to all variables. Again, a standard
used frequently by packagers. Not just for things like Gentoo Prefix
but also e.g. macports where everything ends up installed in some path
beginning with /usr/local, or /opt, or ...
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:31:30 +01:00
Sam James
8f4beee8f9
Makefile: respect DESTDIR
...
This makes it a _lot_ easier for packaging where we always pass
this. It allows creating a "staging area" where everything will
be installed to.
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:26:18 +01:00
Sam James
81f2fb19c9
Makefile: make more generic
...
This should allow further simplification.
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:25:19 +01:00
Sam James
a3f1a8c09c
Makefile: separate LIBS, LDFLAGS
...
It's conventional to list CFLAGS first, then LDFLAGS, then LIBS. It's important
that LIBS go last because otherwise some LDFLAGS won't take
effect (e.g. --as-needed).
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 04:20:38 +01:00
Sam James
83866e480e
Makefile: allow overriding pkg-config
...
Makes cross compilation easier.
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-31 03:58:29 +01:00
me
75d5458357
pkg-config
2022-03-31 07:26:28 +04:30
me
556b6a8a86
minor changes
2022-02-02 17:34:17 +03:30
me
2199c6efd3
More common controls
2022-02-02 16:09:13 +03:30
me
aaf092d106
wasd support
2022-02-02 07:05:29 +03:30
me
c5eee81fb3
typo
2022-02-02 06:26:22 +03:30
me
36f2273c3f
aesthetic change
2022-02-02 05:58:41 +03:30
me
ddd3ccce5b
aesthetic change
2022-02-02 05:51:00 +03:30
me
4b024154c9
menu icon
2022-02-02 04:02:27 +03:30
me
b13660273f
going for vesion 5
2022-02-02 03:57:43 +03:30
me
773cfd4394
improved gameplay
2022-02-02 01:55:52 +03:30
me
747f1e35b1
added menu
2022-02-02 01:55:23 +03:30
me
d19dd65b7b
added menu
2022-02-02 01:55:05 +03:30
me
547420973a
moved to common.h
2022-01-28 19:37:18 +03:30
me
f04f428b2f
print it right
2022-01-28 19:36:50 +03:30
me
73d4996881
vertical scroll added
2022-01-28 09:08:32 +03:30
me
c3aee84c67
typo bug
2022-01-25 17:46:08 +03:30
me
17778ec594
adapting to NO_VLA and saving NB_PLAYER as name
2022-01-25 17:41:26 +03:30
me
610c6d974e
added tugow
2022-01-25 07:01:23 +03:30
user
d22f1c0fe3
no arguments
2021-12-22 13:04:35 +03:30
Your Name
adfc09336e
NO_VLA
2021-10-15 11:35:57 +03:30
Your Name
d6f5041f4f
Fixing the algorithm
2021-09-08 09:34:06 +04:30