Commit Graph

8 Commits

Author SHA1 Message Date
e6d424104f
fix(Makefile): Ensure Directories exist when installing.
NOTE: This fix only works on GNU systems. As it uses `mkdir -p`

TODO: Write a proper install that ensure the directories are made in a
POSIX manner.
2023-12-30 19:10:41 +00:00
203efeb76f
chore(LICENSE): add license 2023-12-30 18:34:13 +00:00
1a3595ab85
docs: Update Readme 2023-12-30 18:25:11 +00:00
287e13bef2
fix(Makefile): Correct Makefile
Correct the Makefile to clean properly.
2023-12-30 18:24:28 +00:00
08be352d99
fix(Makefile): Ensure no clobber to environment
To ensure my makefile doesn't clobber already set variables I ensure
only to set them when needed. or otherwise append to what is there.
2023-12-30 18:15:48 +00:00
ba0fbf7a8b
feat(systemd): add systemd service
add systemd service through use of a template. This makes sure that
wherever dexedrine is installed the systemd unitfile will be able to
find it.
2023-12-30 18:10:06 +00:00
0385ff1446
refactor: Use header file, and update makefile
- Move the definitions and includes to a header file.
- Modify the makefile to account for this
- add install to makefile
2023-12-30 17:52:38 +00:00
d700ffac51
inital commit 2023-12-30 17:07:20 +00:00