-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
21 lines (17 loc) · 1.02 KB
/
Makefile
File metadata and controls
21 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
# Project: BerryPay Application Security Tool Set #
# Filename: /Makefile #
# Created Date: Friday September 1st 2023 11:17:29 +0800 #
# Author: Sallehuddin Abdul Latif (sallehuddin@berrypay.com) #
# Company: BerryPay (M) Sdn. Bhd. #
# -------------------------------------- #
# Last Modified: Friday September 1st 2023 11:21:46 +0800 #
# Modified By: Sallehuddin Abdul Latif (sallehuddin@berrypay.com) #
# -------------------------------------- #
# Copyright (c) 2023 BerryPay (M) Sdn. Bhd. #
################################################################################
default: build
build:
go build -o sectool main.go
clean:
rm -f sectool