mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 21:42:26 +01:00
10 lines
121 B
Makefile
Executable File
10 lines
121 B
Makefile
Executable File
#### configuration
|
|
|
|
VERSION = 0.1pre
|
|
NAME = xulmus
|
|
|
|
include ../common/Makefile.common
|
|
|
|
foo:
|
|
echo $$SHELL
|