Skip to content

Commit

Permalink
Added new version of Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
y0rune committed Jan 6, 2024
1 parent deeebac commit 44be8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ target ?= opsgenie-scheduler-creator
authorname ?= Marcin Woźniak
authoremail ?= [email protected]
license ?= MIT
year ?= 2023
year ?= $(shell date +%Y)
copyright ?= Copyright (c) $(year)
gofile ?= main.go
gofile ?= main.go

compile:
@echo "Compiling..."
Expand Down

0 comments on commit 44be8f2

Please sign in to comment.