change executable names

This commit is contained in:
Denis 2023-11-28 21:46:19 +01:00
parent 90e965d108
commit cab030784c
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
3 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,7 @@ CFLAGS= -O3 -march=znver4 -D _DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -std=c11
LDFLAGS=-lpthread -levdev -lconfig -lrt -lm -flto=full
CC=clang
OBJECTS=main.o input_dev.o dev_iio.o output_dev.o queue.o logic.o platform.o settings.o virt_ds4.o
TARGET=rogue_enemy
TARGET=rogue-enemy
all: $(TARGET)