Skip to content

Commit

Permalink
Makefile: Build stresstest for "make" and "make all" also
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Nov 25, 2023
1 parent 8dca9fe commit 0e5d5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
run: |-
CFLAGS='-std=gnu99 -pedantic -Werror' make all stresstest
CFLAGS='-std=gnu99 -pedantic -Werror' make
- name: 'Install'
run: |-
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CFLAGS += `pkg-config --cflags ncursesw`
LDLIBS += `pkg-config --libs ncursesw`
stresstest: LDLIBS = -lm

all: ttyplot
all: ttyplot stresstest

install: ttyplot ttyplot.1
install -d $(DESTDIR)$(PREFIX)/bin
Expand Down

0 comments on commit 0e5d5b9

Please sign in to comment.