aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-24 16:29:41 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-25 11:33:30 +0200
commit23896dda4f3e22de6163f43cda0ad5db73b5a09b (patch)
tree43b00886677db74742f77c8f6c256ed28800b747
parentad86e31be9c020cb1923346293ce68889e660ef7 (diff)
downloadhyde-23896dda4f3e22de6163f43cda0ad5db73b5a09b.tar.gz
hyde-23896dda4f3e22de6163f43cda0ad5db73b5a09b.zip
Re-add SOURCES in Makefile
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2787e0c..02110c5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@
include config.mk
+SOURCES != find * -type f -name "*.rb"
+
install:
mkdir -p ${INSTALLDIR}
chmod +x ${APPNAME}