We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97834e commit 1bf36f1Copy full SHA for 1bf36f1
sources.mk
@@ -0,0 +1,15 @@
1
+#******************************************************************************
2
+# Copyright (C) 2022 by Abdulrahman Aboghanima
3
+#
4
+# Redistribution and use in source and binary forms, with or without
5
+# Modification, are permitted as long as there is no misuse of this
6
+# software.
7
+# Abdulrahman Aboghanima is not liable for any misuse of this Material
8
9
10
+
11
12
+SOURCES := $(shell find . -name "*program.c")
13
+INCLUDES := $(sort $(shell dirname $(shell find . -name "*.h")))
14
15
+TESTS := $(shell find . -name "*test.c")
0 commit comments