Renamed monitor to psi-monitor

This commit is contained in:
Trey Blancher 2023-08-19 13:43:53 -04:00
parent 1e02fc7640
commit 658772dc0c

View File

@ -1,10 +1,10 @@
monitor: monitor.c psi-monitor: monitor.c
gcc -o $@ $< gcc -o $@ $<
create_load: create_load.c create_load: create_load.c
gcc -o $@ $< -lpthread gcc -o $@ $< -lpthread
all: monitor create_load all: psi-monitor create_load
.PHONY: clean .PHONY: clean