Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
lazypwny751 committed Jan 11, 2025
1 parent 8c16a05 commit 6fbbf2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Build
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Test
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PREFIX := /usr
BINDIR := $(PREFIX)/bin

all:

.PHONY: all

0 comments on commit 6fbbf2d

Please sign in to comment.