better name for the .a file

This commit is contained in:
tonton Th 2019-09-18 13:39:37 +02:00
parent 438342bc92
commit db2c41eac1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CC = gcc
OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
CC = gcc
bubulles.a: bubulles.o
libbubulles.a: bubulles.o
ar r $@ $?
bubulles.o: bubulles.c bubulles.h Makefile