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