diff options
| author | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
| commit | db14a74d6a24f0c4402ffc953cbe372cc408ebf8 (patch) | |
| tree | 16810ad9b7d60ed2bc4762f2ef1315c7dec8c94d /profiles/master/Makefile | |
| parent | 3574936b66b398ab2d3d671c0df909740bed61c5 (diff) | |
Change modes to profiles and clean
Diffstat (limited to 'profiles/master/Makefile')
| -rw-r--r-- | profiles/master/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/master/Makefile b/profiles/master/Makefile new file mode 100644 index 0000000..55b881e --- /dev/null +++ b/profiles/master/Makefile @@ -0,0 +1,4 @@ +all: master + +master: + cp keys.h ../../wm/dwm-6.4/ |