Description: Remove Makefile.
Author: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-29

--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: build
-
-deps:
-	@echo "installing dependencies ..."	
-	@NODE_OPTIONS=--openssl-legacy-provider npm i --legacy-peer-deps
-
-build: deps
-	@echo "building ui ..."
-	@NODE_OPTIONS=--openssl-legacy-provider ng build --prod   
-
-
-
