mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixed a typo
This commit is contained in:
parent
dd48c50f97
commit
235cd14b02
@ -32,7 +32,7 @@ EdeProgram evoke : $(SOURCE) ;
|
|||||||
|
|
||||||
ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
|
ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
|
||||||
ProgramBare ede-shutdown : ede-shutdown.cpp ;
|
ProgramBare ede-shutdown : ede-shutdown.cpp ;
|
||||||
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 -$(LIBM) ;
|
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 $(LIBM) ;
|
||||||
|
|
||||||
InstallEdeProgram ede-settings-apply ;
|
InstallEdeProgram ede-settings-apply ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user