Skip to content

Commit 1bf36f1

Browse files
committed
Edited the Makefile
1 parent e97834e commit 1bf36f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sources.mk

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)