Commit Graph

5 Commits

Author SHA1 Message Date
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