Skip to content
View lijh8's full-sized avatar
Block or Report

Block or report lijh8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lijh8/README.md
# build dynamic library with -fPIC -shared
CFLAGS   = -g # -O3 -fPIC # CXXFLAGS for .cpp
CPPFLAGS = -MMD -MP # -I../foo -DNDEBUG
LDFLAGS  = # -L../foo -shared
LDLIBS   = # -lfoo
#CC      = $(CXX) # link with CXX for .cpp

# target name is basename of one of the source files
main : $(patsubst %.c,%.o,$(wildcard *.c)) # .cpp
-include *.d
clean : ; -rm -fr *.o *.d main
.PHONY : clean

Popular repositories Loading

  1. Swift-C Swift-C Public

    Swift C interop

    Swift 6

  2. amhello amhello Public

    Autotools (automake)

    M4 1

  3. Minimal-Makefile Minimal-Makefile Public

    Minimal-Makefile

    CMake

  4. profile profile Public

    Shell

  5. log log Public

    C++

  6. misc misc Public

    C++