adjust top comment

This commit is contained in:
Matthias@Dell 2023-11-19 17:10:16 +01:00
parent afdb00a4e7
commit bacc5c39dd

View File

@ -1,6 +1,7 @@
# ABOUT
# - In this Makefile, 'building a file' means:
# - if the file has a '.html' extension: run the html preprocessor on the file and place the output in the output directory
# - elif the file has a '.sass' or '.scss' extension: run the sass compiler on the file and place the output in the output directory
# - else: copy the file to the output directory
# - Folder structure from source directories will be preserved in the output directory
# - Abbreviations:
@ -11,8 +12,6 @@
# - PP: preprocessor
# - DEP: dependency
# TODO: fix that you have invoke make twice to build both languages
#
# NORMAL SETTINGS
# change these to fir your project