Parent Directory
|
Revision Log
|
Patch
| Revision 1.9 by sysadm, Mon Sep 22 06:21:08 2025 UTC | Revision 1.10 by sysadm, Mon Sep 22 06:25:29 2025 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | EXTRA_DIST = bin conf lib | EXTRA_DIST = bin conf lib |
| 2 | SUBDIRS=game | SUBDIRS=game |
| 3 | ||
| 4 | AM_CFLAGS = -std=c23 -Wall -Werror -Wno-unused-parameter -Wformat -Wconversion -Wdeprecated -finline-functions | AM_CFLAGS = -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wconversion -Wdeprecated -finline-functions |
| 5 | ||
| 6 | install-exec-local: | install-exec-local: |
| 7 | install -d $(prefix)/$(subdir)/bin $(prefix)/$(subdir)/lib | install -d $(prefix)/$(subdir)/bin $(prefix)/$(subdir)/lib |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |