diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:05:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:05:26 +0200 |
commit | ec88fc72deca55bc0c6d1581132b3d240f9dc3f4 (patch) | |
tree | bff05106fedb5b0d17d16dafb77c4e428d3a69fa | |
parent | Whitespace fix (diff) | |
download | libclut-ec88fc72deca55bc0c6d1581132b3d240f9dc3f4.tar.gz libclut-ec88fc72deca55bc0c6d1581132b3d240f9dc3f4.tar.bz2 libclut-ec88fc72deca55bc0c6d1581132b3d240f9dc3f4.tar.xz |
Whitespace fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ include $(CONFIGFILE) OS = linux # Linux: linux # Mac OS: macos -# Windows: windows +# Windows: windows include mk/$(OS).mk |