From 66a862f1643847bac15ccfc50a8f1ae8332627ff Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Wed, 2 Jun 2021 15:15:14 +0200
Subject: [PATCH] remove simulator build targets from Makefile

---
 Makefile | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/Makefile b/Makefile
index a57a33f..8d043e1 100644
--- a/Makefile
+++ b/Makefile
@@ -63,15 +63,3 @@ set-start-scripts-permissions:
 	@echo "| setting permissions for the start scripts (execute) |"
 	@echo "+-----------------------------------------------------+"
 	    $(MAKE) all -C $(CURDIR)/Tst/
-
-build-fw-profile:
-	    $(MAKE) ifsw-pc -C $(CURDIR)/FwProfile
-
-build-crplm:
-	    $(MAKE) ifsw-pc -C $(CURDIR)/CrPlm
-
-build-cria:
-	    $(MAKE) ifsw-pc -C $(CURDIR)/CrIa
-
-build-crfee:
-	    $(MAKE) ifsw-pc -C $(CURDIR)/CrFee
-- 
GitLab