Skip to content

Lvetto/graphics-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semplice libreria che contiene le funzioni grafiche usate dai vari progetti.

Esempio di makefile per compilare con questa libreria:



```makefile
LIBRARIES := graphics
COMP_FLAGS :=

include $(LIBRARIES)

all: main.cpp $(LIBRARIES)
    g++ -o progr main.cpp $($(addsuffix _OBJECTS, $(LIBRARIES))) $(COMP_FLAGS) $($(addsuffix _FLAGS, $(LIBRARIES)))

clean:
    rm *.o
    rm progr
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors