Skip to content

Commit

Permalink
Aee patch2 (#22)
Browse files Browse the repository at this point in the history
* Fix makefile from doing a dumb

* AND I'll DO IT AGAIN

* one more try

* hope this one works

* update workflow to enable packaging

* try this one more time

* fix workflo?
  • Loading branch information
anoraktrend authored Jul 14, 2024
1 parent b34fef5 commit 9a78f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name make prefix
- name: make prefix
run: mkdir -p ./usr/bin ./usr/share/man/man1/
- name: make
run: make CFLAGS="-static"
- name: make install
run: DESTDIR=. PREFIX=/usr/ make install
- name:
- name: package
run: tar czf aee-14.1.tar.gz ./usr/
- name: make uninstall
run: make uninstall
Expand Down

0 comments on commit 9a78f2d

Please sign in to comment.