Skip to content

Commit

Permalink
release 0.1 (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallby committed Aug 18, 2024
1 parent b3ef6cb commit 61b8860
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 496 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

File renamed without changes.
22 changes: 22 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
include makefile_mini.mk


$(call mm_start_parameters_t,a)
$(call mm_start,a)

$(call mm_add_library_parameters_t,b)
b.filetypes:=EMMLibraryfiletype_Static
b.c:=window_mini.c
b.h:=window_mini.h
$(call mm_add_library,window-mini,b)

$(call mm_add_library_parameters_t,c)
c.filetypes:=EMMLibraryfiletype_Static
c.c:=window_mini.c
c.cpp:=window_mini.cpp
c.h:=window_mini.h
c.hpp:=window_mini.hpp
$(call mm_add_library,window-mini2,c)

$(call mm_stop_parameters_t,h)
$(call mm_stop,h)
1 change: 0 additions & 1 deletion clock-mini
Submodule clock-mini deleted from 617322
File renamed without changes.
1 change: 0 additions & 1 deletion test-mini
Submodule test-mini deleted from 1a7674
4 changes: 0 additions & 4 deletions window-mini/.gitignore

This file was deleted.

61 changes: 0 additions & 61 deletions window-mini/Makefile

This file was deleted.

291 changes: 0 additions & 291 deletions window-mini/test.c

This file was deleted.

Loading

0 comments on commit 61b8860

Please sign in to comment.