summaryrefslogtreecommitdiffhomepage
path: root/Private/Tools/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-16 19:55:10 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-16 19:55:10 +0100
commite8d46c98880ed3f33fc1760e8f3a99577fa31eb3 (patch)
treeb0348491570fa12ec5e05b4a9cb4d68c51425b2c /Private/Tools/Makefile
parent302ee90916fde01771797f52d8a99aee562e4b1e (diff)
Unrelated: Moving tools to another repository.
Diffstat (limited to 'Private/Tools/Makefile')
-rw-r--r--Private/Tools/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Private/Tools/Makefile b/Private/Tools/Makefile
deleted file mode 100644
index 8999e00c..00000000
--- a/Private/Tools/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-##################################################
-# ; (C) Mahrouss Logic, 2024, all rights reserved.
-# This is the tools makefile.
-##################################################
-
-.PHONY: make_hcfs
-make_hcfs:
- g++ -I./ -std=c++20 make_hcfs.cxx -o make_hcfs.exe \ No newline at end of file